- Open this in VS Code 1.49+
npm run init-all
to init projectnpm run build
to build projectF5
to start debugging
Note: the generated files are checked in by default, to make execution easier
- Requirements
- Running ccims backend on
https://localhost:8080/api
- Running ccims backend on
- Generation:
npm run graphql-codegen
- All files in
src/generated
are autogenerated files, do not modify manually