This example uses the following tech:
-
- From the client folder, run:
yarn
ornpm install
- To run locally watching for changes:
yarn start
ornpm run start
- From the client folder, run:
-
- From the server folder, run:
yarn
ornpm install
- To run locally run:
yarn dev
ornpm 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 dev
server script.
- To run queries in the GraphQL playground head over to
-
- AWS AppSync Integration