An Express starterkit using ReactJS server side (rendering) and client side (reconciliation JS client).
Some features are built in it :
- Webpack workflow (server build and client build (css js)
- CSS modules, CSS next (postcss-cssnext)
- PureData system (reduce all server data with schema for a lightweight transfert to the client)
$ npm i
$ npm start
$ npm run watchthen go to localhost:1337
MIT