An open API service indexing awesome lists of open source software.

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

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
```