Skip to content

Example repository to illustrate configuration of tsconfig-paths for building Nest projects for production

Notifications You must be signed in to change notification settings

yoohoomedia/nest-tsconfig-paths-example

 
 

Repository files navigation

nest-tsconfig-paths-example

Description

description

Installation

$ npm install

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

About

Example repository to illustrate configuration of tsconfig-paths for building Nest projects for production

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 70.6%
  • JavaScript 29.4%