- Notifications
You must be signed in to change notification settings - Fork1.9k
The official documentationhttps://docs.nestjs.com 📕
License
nestjs/docs.nestjs.com
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A progressiveNode.js framework for building efficient and scalable server-side applications.
This project is built on top of theAngular CLI. It uses theDgeni documentation generator to compile source documentation in markdown format into the published format. The Repository containsdocs.nestjs.com source code, the official Nest documentation.
Install project dependencies and start a local server with the following terminal commands:
$ npm install$ npm run start
Navigate tohttp://localhost:4200/
.
All pages are written inmarkdown and located in thecontent
directory.
Runnpm run build
to build the project. The build artifacts will be stored in thedist/
directory.
To run build inwatch mode, runnpm run build:watch
. Any content changes will be recompiled and rebuilt, and the content served athttp://localhost:4200/
.
Usenpm run build:prod
for a production build.
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, pleaseread more here.
- Author -Kamil Myśliwiec
- Website -https://nestjs.com
- Twitter -@nestframework
Nest isMIT licensed.