This is a calendar application, allowing URL-centric calendar navigation for a React-rendered application.
This application is rendered isomorphically, the initial render being rendered on the server, whilst the client-side application instantiates.
n.b. The current stable version of node is recommended. This is 7.8.0 at time of writing
Install dependencies:
npm i
Run the application locally
npm run dev
Visit the application
localhost:3003