This is a starter project for a static website running on a Node.js web server. It use gulp and browsersync.
npm install -g gulp
npm install -g browsersync
npm install -g gulp-nodemon
Clone or fork the repo, cd into it and type
npm install
Start the server:
gulp serve