Get Started

  1. Install Node 6. Need to run multiple versions of Node? Use nvm or nvm-windows
  2. Clone this repository. - git clone https://github.com/dumorango/proworkflow-react-redux-example.git
  3. Make sure you're in the directory you just created. - cd proworkflow-react-redux-example
  4. Install Node Packages. - npm install
  5. Run the app. - npm start -s This will run the automated build process, start up a webserver, and open the application in your default browser. When doing development with this kit, this command will continue watching files all your files. Every time you hit save the code is rebuilt, linting runs, and tests run automatically. Note: The -s flag is optional. It enables silent mode which suppresses unnecessary messages during the build.
  6. Disable safe write to assure hot reloading works properly.
  7. Install React developer tools and Redux Dev Tools in Chrome.

This example is base on this boilerplate:

https://github.com/coryhouse/pluralsight-redux-starter