update readme and npm commands

This commit is contained in:
Riku Rouvila
2014-01-15 08:25:48 +02:00
parent ad8e7273cc
commit 056f96d3ed
2 changed files with 3 additions and 6 deletions

View File

@@ -3,11 +3,8 @@
## Getting things up and running
git clone git@github.com:leonidas/gulp-project-template.git
npm install -g gulp
npm install -g bower
npm install
bower install
gulp
npm start
open http://localhost:9001 in your browser
## Enable LiveReload

View File

@@ -4,8 +4,8 @@
"description": "Project template for gulp.js",
"main": "gulpfile.js",
"scripts": {
"prepublish": "./node_modules/.bin/bower install",
"start": "./node_modules/.bin/gulp"
"prepublish": "bower install",
"start": "gulp"
},
"keywords": [
"gulp",