A progressive Node.js framework for building efficient and scalable server-side applications.
- Docs: Click here!!!
Nest framework TypeScript starter repository.
$ yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod