Go to file
Kamil Mysliwiec 1624f6ce3c
Merge pull request #233 from Tony133/docs/update-logo-readme
docs(readme): update logo readme
2022-04-11 08:24:16 +02:00
src fix(): remove tsconfig paths in nodemon, remove prefixes 2019-04-21 14:59:06 +02:00
test feature: update all dependencies 2018-08-16 20:09:22 +02:00
.eslintrc.js chore: updated parser options in .eslintrc.js 2022-04-06 13:43:19 -04:00
.gitignore Update .gitignore 2020-11-27 09:29:16 +01:00
.prettierrc feature: make typescript starter more robust 2018-03-26 20:39:15 +02:00
README.md docs(readme): update logo 2022-04-10 10:59:00 +02:00
nest-cli.json add `$schema` entry to nest-cli.json file 2022-03-29 13:35:15 -04:00
package-lock.json chore(deps): bump node-fetch from 2.6.1 to 2.6.7 2022-02-14 12:27:23 +00:00
package.json chore(): upgrade deps 2021-10-18 11:41:04 +02:00
tsconfig.build.json Enable incremental builds, ignore "dist" 2019-04-08 22:41:55 +01:00
tsconfig.json fix(): add missing tsconfig option 2021-07-12 12:18:14 +02:00

README.md

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Donate us Support us Follow us on Twitter

Description

Nest framework TypeScript starter repository.

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

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.