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 install
to install all dependencies - Run
gulp build
and it will generate files and compile. - Run
gulp serve
and enjoy.
- develop html into public folder
- develop js into app.js file
- develop sass into resources/style.scss
- use
gulp page
to generate basic page