React Boilerplate

## Code 501: App Development with React + Redux

Boilerplate for Code 501: App Development with React + Redux

To get up and running:

  1. Clone this repository
  2. Edit package.json appropriately, with your name, project, etc.
  3. Run npm install to install the devDependencies
  4. You can start the development server by running npm start; it will be accessible at http://localhost:8080

Much credit to SurviveJS for the base Webpack configuration.