Tutorial & boilerplate setup
For this tutorial, the GraphQL backend and the basic app UI is already ready. Our task will be to convert the "static" UI into a working realtime app.
Download and run the boilerplate
- Download the boilerplate from https://hasura.io/learn/graphql/angular-apollo/boilerplate.zip
- Unzip and make sure you're in the
app-boilerplate
directory - Install dependencies and run the "static" app
npm install
npm start
- Signup/login as a user to load the todo app page
This is what you should see after the steps above:
Load GraphiQL to play with your GraphQL APIs
- Head to https://hasura.io/learn/graphql/graphiql
- Log in (so that you can test the GraphQL APIs with a valid user token)
This is what you should see after the steps above: