Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoachnt/nest-app
First nest-app
https://github.com/hoachnt/nest-app
Last synced: 5 days ago
JSON representation
First nest-app
- Host: GitHub
- URL: https://github.com/hoachnt/nest-app
- Owner: hoachnt
- Created: 2023-03-14T11:07:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-23T07:53:01.000Z (over 1 year ago)
- Last Synced: 2024-04-23T05:18:12.061Z (7 months ago)
- Language: TypeScript
- Size: 889 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Installation
```bash
$ npm install
$ bun install
```## Running the app
```bash
# development
$ npm run start
$ bun run start# watch mode
$ npm run start:dev
$ bun run start:dev# production mode
$ npm run start:prod
$ bun run start:prod
```## Stay in touch
- Author - [Nguyen Tien Hoach](https://hoachnt.com)