Gulp.js, SASS-COMPASS, Livereload, jsValidate, gulp-minify-html, gulp-uglify, Bootstrap 4
- Make sure you have these installed
- Open the terminal (mac) or Gitbash (PC)
- Run these:
- gem install sass
- gem install compass
- Clone this repository into your local machine using the terminal (mac) or Gitbash (PC)
> git clone CLONEURL - CD to the folder
cd YOURLOCALFOLDER - Make sure you've installed gulp and then install dev dependencies: npm install
- npm install -g gulp (Make sure you've installed gulp)
- gulpj
- Run
> npm installto install the project dependencies
- Run
> gulpto start live preview server - Happy Coding :)