Demo application using React Redux with ES6
- Install Node 6 or higher. Need to run multiple versions of Node? Use nvm
- Clone this repository. -
git clone https://github.com/tarunjhade/React-Redux-Demo.git
- Install Node Packages. -
npm install
- Run the app. -
npm start
This will start the webserver, and open the application in your default browser. During development this command will continue watching all your files. Every time you hit save the code is rebuilt, linting runs, and tests runs automatically.