Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nestjs/nestjs.com
The official website https://nestjs.com π
https://github.com/nestjs/nestjs.com
javascript nestjs nodejs nodejs-framework website
Last synced: about 1 month ago
JSON representation
The official website https://nestjs.com π
- Host: GitHub
- URL: https://github.com/nestjs/nestjs.com
- Owner: nestjs
- License: mit
- Created: 2018-08-22T18:53:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T18:13:39.000Z (7 months ago)
- Last Synced: 2024-04-14T09:34:46.774Z (7 months ago)
- Topics: javascript, nestjs, nodejs, nodejs-framework, website
- Language: HTML
- Homepage: https://nestjs.com
- Size: 19.4 MB
- Stars: 129
- Watchers: 6
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master
[travis-url]: https://travis-ci.org/nestjs/nest
[linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux
[linux-url]: https://travis-ci.org/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
Repository contains [nestjs.com](https://nestjs.com) source code, the official Nest website.
## Developing
Navigate to `http://localhost:1234/`.
```
$ npm install
$ npm run start
```## Build
Run `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory.
## 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](https://opencollective.com/nest).
## Stay in touch
- Author - [Kamil MyΕliwiec](https://twitter.com/kammysliwiec)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)## License
Nest is [MIT licensed](LICENSE).