Skip to content

template for creating isomorphic web apps with react, redux, webpack and more

License

Notifications You must be signed in to change notification settings

thelifenadine/react-redux-serverside

Repository files navigation

Build Status Coverage Status

react-redux-serverside

This is a template for building universal/isomorphic web apps with react, redux, and react-router. The styles are just enough to provide examples of jss, hopefully one day I will make it look nicer! The tests are also minimal, the goal is to have some examples to get you started.

Instructions

git clone [email protected]:thelifenadine/react-redux-serverside.git

npm install && npm run start then navigate to http://localhost:3000 in a browser.

Overview of libraries:

library function
babel transpiling
webpack bundling
loadable-components code splitting
redux-connect with react-router-config for async data handling
jss styles
express server
mocha, chai, enzyme, nyc tests

Releases

No releases published

Packages

No packages published