React JS

Setup

Tested with node 6.x and 7.x

Install modules with

$ npm install

Running in dev mode

$ npm start

And visit http://localhost:3000/

Build (production)

Build will be placed in the build folder.

$ npm run build