Skip to content

alexcusack/react-redux-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-redux starter project

A starter template for react-redux project. Makes few assumptions:

  • sets up a sample synchronous and asynchronous action
  • sets up the root reducer
  • a pingable HTTP server (using restify) that serves index.html
  • connects the redux store

Start

  1. Run npm install
  2. Run npm compile && npm start

Development overview

  • React/Redux components are compiled from the entry point of src/main.jsx to a single file (public/app.js) and attached to index.html.
  • React components are modular and in src/ReactComponents
  • Redux actions and reducers are in src/redux
  • React-redux documentation

About

Starter template for React / Redux projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published