Launch
Now, run the following command to start the server with the full path to the file that you created earlier.
- graphql
- yml
- json
tailcall start ./jsonplaceholder.graphql
tailcall start ./jsonplaceholder.yml
tailcall start ./jsonplaceholder.json
If the command succeeds, you should see logs like the following below.
🚀 Tailcall launched at [0.0.0.0:8000]
🌍 Playground: http://0.0.0.0:8000
The server starts with the schema provided and prints out a load of meta information. We will cover those in detail in a bit. For now, open the playground URL in a new tab in your browser and try it out for yourself!