Skip to content

A starter kit for React + Redux web apps. Includes webpack, babel, react-router-redux, testing tooling and more.

Notifications You must be signed in to change notification settings

fluxusfrequency/redux-starter

 
 

Repository files navigation

redux-starter

Many of the choices made in this starter app are documented in this blog post.

Installation

  • Clone this repo
  • Run npm install to install dependencies.
  • Run npm start to start the dev server and visit http://localhost:5000 to see the app.

Note: Ctrl + H hides the Redux DevTools, Ctrl + W changes its position on the screen.

Technologies

This starter app includes my choice configuration for:

  • React + Redux
  • Routing: react-router + react-router-redux
  • Tooling: webpack, babel, eslint, karma, hot loading, redux-devtools
  • Testing: mocha, expect, enzyme

Deployment

This app is ready for deployment on Heroku. After creating a project on Heroku, configure the remote destination with: heroku git:remote -a <project-name>, then git push heroku master your way to glory.

An example deployment lives at https://redux-starter.herokuapp.com/.

About

A starter kit for React + Redux web apps. Includes webpack, babel, react-router-redux, testing tooling and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.7%
  • Other 1.3%