Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 682 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 682 Bytes

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