Skip to content

An starterkit of a isomorphic React application developed by redux, express etc.

Notifications You must be signed in to change notification settings

fiowind/react-isomorphic-starterkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Isomorphic Redux App

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
  • News list and detail drived by API Demo
  • 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

Credit

App template was based on Lanyon Theme by mdo
App earlier version is adapted from Callum Rimmer

About

An starterkit of a isomorphic React application developed by redux, express etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published