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
- Host: GitHub
- URL: https://github.com/cult-of-coders/meteor-ssr-react-router-demo
- Owner: cult-of-coders
- Created: 2017-11-13T13:57:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T14:50:01.000Z (over 7 years ago)
- Last Synced: 2024-04-11T22:26:50.207Z (about 1 year ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 14
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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!