A progressive Node.js framework for building efficient and scalable server-side applications.
Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with and fully supports TypeScript (yet still enables developers to code in pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).
$ npm install
# local mode
$ npm run start:local
# test mode
$ npm run start:test
# development mode
$ npm run start:dev
# production mode
$ npm run start:prod
Check out a few resources that may come in handy when working with NestJS:
- Visit the NestJS Documentation to learn more about the framework.