运行应用
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
测试
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
支持
Nest是MIT许可的开源项目。 得益于赞助商和出色支持者的支持,它可以发展壮大。 如
graphql-js-starter
开始项目
克隆项目
cd /
git clone https://github.com/mariehmai/graphql-js-starter.git
cd graphql-js-starter/
运行项目
node src/index.js // Runs GraphQL server
graphql playground // Opens both app and service API playgrounds
贡献
先决条件
yarn