Skip to content

mdhanju/react-redux-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#react-redux-example-app

react-redux-example-app is a react-redux starter kit (boilerplate) which let's you build rich real world apps.

react                           ^16.2.0
redux                           ^3.7.2
react-dom                       ^16.2.0
react-redux                     ^5.0.6
react-router                    ^4.2.0
react-router-dom                ^4.2.2
react-router-redux              ^4.0.8
redux-promise-middleware        ^5.0.0
redux-thunk                     ^2.2.0

#Running app

$ git clone <url>
$ cd react-redux-example-app
$ npm install
$ npm start

#Building for production

$ npm run build

#react-redux-example-app have following page

  1. Sign Up Page http://localhost:3000/signup
  2. Sign In Page http://localhost:3000/signIn
  3. Dashboard Page http://localhost:3000/dashboard

#Sample backend api https://github.com/mdhanju/strongloop-sample-api

Releases

No releases published

Packages

No packages published