Skip to content

SaikatNoman12/nest.js-starter-kit

Repository files navigation

Nest Logo

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

Description

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).

Project setup

$ npm install

Compile and run the project many ways

# local mode
$ npm run start:local

# test mode
$ npm run start:test

# development mode
$ npm run start:dev

# production mode
$ npm run start:prod

Resources

Check out a few resources that may come in handy when working with NestJS:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published