initial commit

This commit is contained in:
Riku Rouvila
2014-01-14 09:15:11 +02:00
commit a88e1a4f7b
11 changed files with 186 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# Project template for [gulp.js](http://gulpjs.com/)
## 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
open http://localhost:9001 in your browser