This example uses the following tech:
-
- From the client folder, run:
yarnornpm install - To run locally watching for changes:
yarn startornpm run start
- From the client folder, run:
-
- From the server folder, run:
yarnornpm install - To run locally run:
yarn devornpm run dev
- From the server folder, run:
-
- To run queries in the GraphQL playground head over to
http://localhost:4000/, after you have run theyarn devserver script.
- To run queries in the GraphQL playground head over to
-
- AWS AppSync Integration