A brief look at CSS Preprocessors (i.e. LESS)
Install necessary npm packages npm install
, and install gulp-cli globally to use gulp in the command line npm install -g gulp-cli
.
Run Gulp as a background compiler gulp
Run Gulp to compile files once gulp build