Skip to content

beeman/template-nestjs

Repository files navigation

Description

Opinionated starter template for Nest.js with GraphQL.

Installation

$ yarn install
$ cp .env.example .env
$ yarn build

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

Credits

Based on the Nest.js TypeScript Starter

MIT License