/gulp-starter-kit

Compile ES modules & SASS with Autoprefixer and watch

Primary LanguageJavaScript

Gulp starter kit

A minimal Gulp config to watch and compile ES modules to ES5 and SASS files to CSS.

Setup

Install dependencies

npm install

Compile JS and CSS

gulp

Compile and minify JS and CSS

gulp --minify