This commit is contained in:
kamil.mysliwiec 2017-03-19 12:41:50 +01:00
commit f52644426d
1 changed files with 15 additions and 0 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# Nest framework TypeScript starter
Starter repository for [Nest](https://github.com/kamilmysliwiec/nest) framework.
### Installation
```
$ npm install
```
### Start
```
$ npm run start
```