Skeleton Code for ReactJS Learn-a-thon
Adapated from the official tutorial
A simple Node server implementation is included to serve static files from public/ and handle requests to comments.json to fetch or add data. Start a server with
npm install
bower install
node server.js