Starter project for Node

This is a starter project for a static website running on a Node.js web server. It use gulp and browsersync.

Requirements

npm install -g gulp
npm install -g browsersync
npm install -g gulp-nodemon

Using the repo

Clone or fork the repo, cd into it and type

npm install

Start the server:

gulp serve