Update README.md

This commit is contained in:
Riku Rouvila
2014-04-05 02:17:55 +03:00
parent 8fa2260680
commit b7f1e9255e

View File

@@ -9,13 +9,15 @@
* Reloads your browser with LiveReload when files change
## Getting things up and running
- Install [Node.js](http://nodejs.org)
git clone git@github.com:leonidas/gulp-project-template.git <your project name>
cd <your project name>
npm install
npm start
open http://localhost:9001 in your browser
```
git clone git@github.com:leonidas/gulp-project-template.git <your project name>
cd <your project name>
npm install
npm start
open http://localhost:9001 in your browser
````
## Commands
* npm install
* Installs server-side dependencies from NPM and client-side dependencies from Bower