scss-gulp-boilerplate
scss-gulp-boilerplate copied to clipboard
Very Basic Sass(SCSS) based boilerplate.
SCSS Gulp Boilerplate
Very Basic Sass(SCSS) boilerplate.
Prerequisites
- node
- npm
- gulp
Quick Start:
# Browse to project folder
cd /path/to/project/this/folder
# Install browserSync and other dependencies
npm install
# Start server
gulp watch
# Start server and also minify the created CSS files
gulp min or npm run min (if no global gulp)
#if you don't want to or have gulp installed globally run
npm start
Additional commands
To minify existing CSS files run gulp minify-css
or npm run minify-css
if you don't have gulp globally installed.