/react-redux-sample

Primary LanguageJavaScriptMIT LicenseMIT

react-redux-sample

This sample shows how to work on "real" project with React.js

Based on following projects:

Useful links:

How to use

First, you should clone the repo and install the dependencies.

$ git clone git@github.com:wowkin2/react-redux-sample.git <yourAppName>
$ cd <yourAppName>
$ npm install

Then, launch the boilerplate app.

$ npm start

You should see a new browser tap opening and project homepage in http://127.0.0.1:3000.