16 lines
195 B
Markdown
16 lines
195 B
Markdown
|
|
# Nest framework TypeScript starter
|
||
|
|
|
||
|
|
Starter repository for [Nest](https://github.com/kamilmysliwiec/nest) framework.
|
||
|
|
|
||
|
|
### Installation
|
||
|
|
|
||
|
|
```
|
||
|
|
$ npm install
|
||
|
|
```
|
||
|
|
|
||
|
|
### Start
|
||
|
|
|
||
|
|
```
|
||
|
|
$ npm run start
|
||
|
|
```
|