A boilerplate to start my new projects.
install gulp npm install --global gulp
run sh crust.sh to delete some files
gulp to run browserify (+watchify) and a browser sync server
gulp dist to 'compile' the app and generate a folder like this:
dist
├── apple-touch-icon-precomposed.png
├── css
│ ├── main.css
│ └── main.min.css
├── favicon.ico
├── humans.txt
├── index.html
├── js
│ ├── main.min.js
│ └── vendor
│ ├── jquery-1.10.2.min.js
│ └── modernizr-2.6.2.min.js
└── robots.txt