• Stars
    star
    382
  • Rank 112,241 (Top 3 %)
  • Language
    JavaScript
  • Created about 9 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Redux app demonstrating isomorphic rendering and routing (with redux-devtools).

Isomorphic Redux App

build status

This project serves as a simple boilerplate to start building an isomorphic rendering application in React and Redux.

Features

  • Async server-side rendering
  • Hot reloading middleware
  • Redux DevTools and Logging
  • Redux Routing
  • Reddit API example
  • Counter example
  • Todo example
  • Static content example

Stack

  • React.js
  • React-router
  • Webpack
  • Express
  • Redux
  • Redux-DevTools
  • Babel

Development Installation

In the project's directory, run the following commands:

$ npm install
$ npm start

Then Visit

http://localhost:3002

Releasing to Production

Production has Devtools, logging and hot reloading middleware removed and the scripts/css compressed.

In the project's directory, run the following commands:

$ npm run build
$ npm run start-prod

Then Visit

http://localhost:3002

Run Test

npm test

Other Boilerplate code

Portfolio Redux App

Credit

App template was based on Lanyon Theme by mdo