Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 763 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 763 Bytes

About

Demonstrating Isomorphic JavaScript for BrumJS

The example application uses:

  • React as templates to render on both client and server.
  • React Router Component for both client and server side routing.
  • Webpack to package the server JS code to also be used on the client.
  • SuperAgent to communicate with the API from both client and server.

Setup

You'll need to have Node.JS and a running mongoDB instance installed first, then:

npm install
npm start