This is my in-progress starting point for a simple html application using
- gulp
- browserify/watchify
- coffeeify
- browserify-shim
- node-sass
- bourbon
- connect
- serve-static
- livereload
- Copy the repo to a folder and remove the existing git repo.
git clone https://github.com/darcnite3000/gulp-start.git your-project
cd your-project
rm -rf .git
- Run
npm install
to pull the main dependancies - Run
gulp
to build the files orgulp serve
to start up a autoreloading static server - Modify to your hearts content
fork and pull all you like