tarunjhade / React-Redux-Demo

Demo application using React Redux with ES6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Demo application using React Redux with ES6

License:MIT License


Languages

Language:JavaScript 99.4%Language:HTML 0.4%Language:CSS 0.2%