NestJS GraphQL API Boilerplate is a boilerplate to start a NestJS GraphQL API with a lot of features.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
The onRuntime Studio community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.
To chat with other community members and see the live development you can join the Discord.
Our Code of Conduct applies to all community channels.
Please see our contributing rules.
- Jérémy Baudrin (@jerembdn)
NestJS GraphQL API Boilerplate is MIT licensed.