Initial setup for simple react applications
Install Node.JS and NPM
npm install -g webpack
Install local dependencies
npm install
Build the project and watch for changes
webpack -w
Open index.html in your browser. The router will redirect you to #/
and includes links to the other examples.