Create README.md

This commit is contained in:
Kamil Myśliwiec 2017-02-25 15:16:12 +01:00 committed by GitHub
parent 0aabccf76a
commit a4759bafd2
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
```