Update README.md

This commit is contained in:
Kamil Myśliwiec 2017-05-14 22:57:43 +02:00 committed by GitHub
parent 3b40dfc28d
commit 4703a5df65
1 changed files with 9 additions and 4 deletions

View File

@ -1,15 +1,20 @@
# Nest framework TypeScript starter [![Nest Logo](http://kamilmysliwiec.com/public/nest-logo.png)](http://kamilmysliwiec.com/)
Starter repository for [Nest](https://github.com/kamilmysliwiec/nest) framework. <img src="https://github.com/remojansen/logo.ts/blob/master/ts.png?raw=true" width="18"> TypeScript Starter repository for [Nest](https://github.com/kamilmysliwiec/nest) framework.
### Installation ## Installation
``` ```
$ npm install $ npm install
``` ```
### Start ## Start
``` ```
$ npm run start $ npm run start
``` ```
## People
- Author - [Kamil Myśliwiec](http://kamilmysliwiec.com)
- Website - [http://nestjs.com](http://nestjs.com/)