Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rogchap/react-meteor-example
Example app that uses Meteor as the backend to React
https://github.com/rogchap/react-meteor-example
Last synced: 5 days ago
JSON representation
Example app that uses Meteor as the backend to React
- Host: GitHub
- URL: https://github.com/rogchap/react-meteor-example
- Owner: rogchap
- Created: 2015-11-05T23:12:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-05T23:12:41.000Z (about 9 years ago)
- Last Synced: 2024-05-01T19:15:58.616Z (7 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Meteor, the perfect backend to React
## Overview
This is an example application that shows a React application with Meteor as the backend system.
This was part of a talk for the Sydney Node.js meetup.
The slides for the talk are [here](https://docs.google.com/presentation/d/1DLWHZukq6QZV1iF8cgcFy8wuFe3JfOFAMiK02hQZXok/edit?usp=sharing)
## Install
Make you have Meteor installed first:
```
curl https://install.meteor.com/ | sh
```
Then in the `todos` folder run meteor:```
meteor
```Meteor will install all the dependencies and run a local instance of MongoDB
The website will be running at http://localhost:3000
## React + Meteor
The latest git check in has meteor hooked up to the React app, but if you want to see it with React only, revert to the first check in.