An open API service indexing awesome lists of open source software.

https://github.com/cult-of-coders/meteor-ssr-react-router-demo

This is a demo boilerplate to how you can use SSR inside Meteor with React Router v4
https://github.com/cult-of-coders/meteor-ssr-react-router-demo

Last synced: 5 months ago
JSON representation

This is a demo boilerplate to how you can use SSR inside Meteor with React Router v4

Awesome Lists containing this project

README

        

# Hello!

Just a dummy for Meteor Server Side Rendering and React Router v4

## Installation

```bash
git clone [email protected]:cult-of-coders/meteor-ssr-react-router-demo.git
meteor npm install
meteor
```

## Where to look
Check `client/main.jsx` and `server/ssr.jsx` and `imports/ui`

Good luck!