Opinionated starter template for Nest.js with GraphQL.
$ yarn install
$ cp .env.example .env
$ yarn build
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
Based on the Nest.js TypeScript Starter