delete / gql-playground

NestJS + Graphql playground

Repository from Github https://github.comdelete/gql-playgroundRepository from Github https://github.comdelete/gql-playground

Playground

Installation

$ npm install

Running the app

# 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

License

Nest is MIT licensed.

About

NestJS + Graphql playground

License:MIT License


Languages

Language:TypeScript 87.9%Language:JavaScript 12.1%