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.
You'll need to have Node.JS and a running mongoDB instance installed first, then:
npm install
npm start