https://github.com/aabuhijleh/nest-starter
๐ Nest framework TypeScript starter repository
https://github.com/aabuhijleh/nest-starter
eslint husky nest nodejs prettier typescript
Last synced: about 2 months ago
JSON representation
๐ Nest framework TypeScript starter repository
- Host: GitHub
- URL: https://github.com/aabuhijleh/nest-starter
- Owner: aabuhijleh
- Created: 2021-11-03T09:51:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T14:09:05.000Z (about 2 years ago)
- Last Synced: 2025-02-05T05:34:17.811Z (4 months ago)
- Topics: eslint, husky, nest, nodejs, prettier, typescript
- Language: TypeScript
- Homepage:
- Size: 922 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ Nest Starter
> [Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## ๐ Installation
```bash
$ npm install
```## ๐โโ๏ธ Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## ๐งช Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```