Node-React-ReactRouter-Redux-Express Starter

This is a template so that others can set up a React-Redux application and connect to an Express backend.

This was inspired by Eli Badgio template.

Usage

  1. Install dependencies:
    • Command: npm install
  1. Webpack build
    • During development: npm run build
    • For production: npm run prod
  1. Start the server