This is a simple react implementation, as seen in this article.
It takse the same code and updates to use latest React, babel, webpack dependencies.
Clone this repo and install dependencies with npm install
.
To start the server and start hacking, run
npm start
This 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.