This lightweight application aims to showcase how easy it can be to get an isomorphic app started. Check out the demo! Uses
- Riot as view engine (client and server side)
- Redux for application state handling
- Page.js for client side routing
- Express for server side routing
> git clone https://github.com/PabloSichert/isomorphic-proof-of-concept
> cp config.example.js config.js
> npm install
> gulp
> npm start