mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-11 00:51:21 +00:00
12 lines
291 B
Markdown
12 lines
291 B
Markdown
# 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
|