wowkin2 / react-redux-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:JavaScript 99.3%Language:HTML 0.4%Language:CSS 0.3%