This project was generated using @nxpm/stack which is based on Nx.
After download this project, you first need to run the setup.
Make sure to have Docker running, it will use docker-compose to start the database server.
yarn setupStart Api
yarn dev:apiStart Web
yarn dev:webThe queries for the GraphQL SDK are stored in libs/shared/util/sdk/src/graphql.
After updating the queries you can re-generate the SDK:
yarn build:sdkOr run it in watch mode
yarn dev:sdkYou can build both apps into a production build:
yarn buildAfter that, you can run the production app:
yarn startBuild Api
yarn build:apiBuild Web
yarn build:webApi: api
Web: web