Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 366 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 366 Bytes

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