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.
git clone git@github.com:thelifenadine/react-redux-serverside.git
npm install && npm run start then navigate to http://localhost:3000 in a browser.
| 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 |