/React-Redux-Demo

Demo application using React Redux with ES6

Primary LanguageJavaScriptMIT LicenseMIT

React-Redux-Demo

Demo application using React Redux with ES6

Get Started

  1. Install Node 6 or higher. Need to run multiple versions of Node? Use nvm
  2. Clone this repository. - git clone https://github.com/tarunjhade/React-Redux-Demo.git
  3. Install Node Packages. - npm install
  4. 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.