Update README.md

This commit is contained in:
Camel Aissani 2016-07-09 04:05:29 +02:00 committed by GitHub
parent 796fbf5eb1
commit 96eb118033

View File

@ -28,26 +28,7 @@ $ npm install frontexpress
## Quick Start
The quickest way to get started with frontexpress is to clone [frontexpress-demo](https://github.com/camelaissani/frontexpress-demo) to generate an application as shown below:
Clone the git repository:
```bash
$ git clone git@github.com:camelaissani/frontexpress-demo.git
$ cd frontexpress-demo
```
Install dependencies:
```bash
$ npm install
```
Start the server:
```bash
$ npm start
```
The quickest way to get started with frontexpress is to clone [frontexpress-demo](https://github.com/camelaissani/frontexpress-demo)
## Tests