Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/changjoo-park/nest-docs-ko
https://github.com/changjoo-park/nest-docs-ko
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/changjoo-park/nest-docs-ko
- Owner: ChangJoo-Park
- License: mit
- Created: 2018-08-22T22:36:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T12:43:21.000Z (over 6 years ago)
- Last Synced: 2024-11-24T19:47:45.763Z (3 months ago)
- Language: HTML
- Size: 3.42 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.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, heavily inspired by Angular.
## Description
This project is built on top of [Angular CLI](https://github.com/angular/angular-cli). Repository contains [docs.nestjs.com](https://docs.nestjs.com) source code, the official Nest documentation.
## Developing
Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
```
$ npm install
$ npm run start
```## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
## 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://kamilmysliwiec.com)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)## License
Nest is [MIT licensed](LICENSE).