- Node.js
- Install gulp.js to the project directory by running
npm install --save-dev gulp - Run
npm install - Start gulp with
gulp - The gulp tasks will convert your less file into a minified css file every time you hit save, with all necessary vendor prefixes for browser support.
- Open the project in the browser