Starter template with Gulp, Bootstrap-sass 3.3.7, jquery 3.2.1, & FontAwesome 4.7.0, and jade page generator
- install node.js
- install npm
- install Gulp
- Clone this repo.
- cd into the root folder and run
npm installto install all dependencies - Run
gulp buildand it will generate files and compile. - Run
gulp serveand enjoy.
- develop html into public folder
- develop js into app.js file
- develop sass into resources/style.scss
- use
gulp pageto generate basic page