#Boilerplate A simple boilerplate to start a new project, based on zerosixthree boilerplate
##includ
- wepack
- My basic css framework(based on uikit and materializeCSS)
##Removed
- Browserify
##Getting started Step 1. Install NodeJS
Step 2. Install Gulp
npm install --global gulp
Step 3. Install the npm dependencies
cd path/to/project
npm install
Step 4. Run Gulp's default task
gulp