/html-scss-browsersync

Boilerplate for web projects using SCSS with live reloading using Browser-sync.

Primary LanguageHTML

html-scss-Browsersync

Boilerplate for web projects using SCSS with live reloading using Browser-sync. And you can manage your packages using bower

Getting started

This requires Node.js v4+ to run and Bower for package management.

To setup the project you have to first instal dependencies.

$ git clone https://github.com/mohitvirli/html-scss-browsersync.git
$ cd html-scss-browsersync
$ yarn

If you don't have Yarn installed you can install dependencies using

$ npm i

If you need bower for package management install bower (globally) by

$ npm i -g bower

Starting the server

To start the server you need to run

$ npm start