Download Node

Binaries, installers, and source tarballs are available at https://nodejs.org/en/download/.

Install browser-sync

$ npm install browser-sync -g

Running Project

$ npm install
$ browser-sync  start --server --files "*.html" "assets/css/*"