Webdev Starter project

Tech Included:

  • template d3 project
  • gulp w/autobuild and browsersync
  • basic express.js server

Initial Setup

Requirements

  • npm
  • bower

Setup

npm install
bower install

Running

This will compile the project, srtart the node server, and refresh the browser on any client or server changes. See gulpfile.js for details.

gulp