Check out the blog post.
- Fork/Clone
- Install Node v6 using nvm -
nvm install 6
- Install Gulp globally -
npm install -g gulp@3.9.1
- Install dependencies -
npm install
- Compile -
gulp scripts
- Compile assets -
gulp assets
- Run the development server -
npm start
- Test -
npm test