This is a simple react implementation, as seen in this article
(Note: this project was created in Node v9.3.0)
Clone this repo and install dependencies with npm install.
To start the server and start hacking, run
npm startThis starter uses webpack-dev-server to spin up an Express server with Hot-Reloading capability. Changes to code in .src should cause pages to reload.