A workshop for MobConEU 2016 by @dancork & @jackdcrawford.
This project requires node v4.4.0 or higher. You can download installers from the NodeJS website or via a version manager like NVM.
You can install the project's dependencies through npm. On Windows you will need to open command line as an administrator.
npm install
To start the development server run the following command and navigate to http://localhost:8080
in your preferred browser.
npm start