$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# incremental rebuild (webpack)
$ npm run webpack
$ npm run start:hmr
# production mode
npm run start:prod
Nest is MIT licensed.
NestJS + Graphql playground
Repository from Github https://github.comdelete/gql-playground
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# incremental rebuild (webpack)
$ npm run webpack
$ npm run start:hmr
# production mode
npm run start:prod
Nest is MIT licensed.
NestJS + Graphql playground
MIT License