Skip to content

kei711-sandbox/nestjs-standalone-boilerplate

Repository files navigation

NestJS standalone boilerplate

Dependencies

  • direnv
  • Node.js v12.16.1 with nodenv
  • npm
  • docker
  • docker-compose

Installation

$ npm install
$ cp .env.sample .env

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Commands

nest new nestjs-standalone-boilerplate

npm i -D eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin 
npm i -D prettier eslint-config-prettier eslint-plugin-prettier

gibo dump JetBrains Node macOS Linux > .gitignore

npm i -D npm-run-all cross-env

npm i -D dependency-cruiser

npm i @nestjs/config

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published