/gulp-less-template

template for html markup with gulp and less

Primary LanguageCSS

Template for HTML markup (include gulp and less)

Quick Start

If you've previously installed gulp globally, run npm rm --global gulp before following these instructions. For more information, read this Sip.

Check for node, npm, and npx

node --version

npm --version

npx --version

If they are not installed, follow the instructions here.

Install the gulp command line utility

npm install --global gulp-cli

Verify your gulp versions installed

gulp --version or gulp --v

In the project directory, you need to run:

npm install

Run the gulp command in your project directory:

gulp

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.