cd ${project_home}/example/server
yarn install
yarn start
- access "http://localhost:8080/graphql"
- Make sure the server is running
cd ${project_home}/example/client/apollo-demo
yarn install
yarn start
- access "http://localhost:3000"
-
Make sure the server is running
cd ${project_home}/example/client/apollo-demo
yarn codegen
- All the files under '${project_home}/example/client/apollo-demo/src/__generated' have been recreated.