universal-rendering

Proof of concept for rendering the same code on server and browser. Riot (view layer) + Redux (state management)

Stars
20
Committers
1

Universal Rendering - Proof of Concept

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

Quick Installation and Start

 > git clone https://github.com/PabloSichert/isomorphic-proof-of-concept
 > cp config.example.js config.js
 > npm install
 > gulp
 > npm start
Related Projects