Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitar/reactconf-2015-hype
Meteor versions of demo programs from Hype! React Conf talk from 2015
https://github.com/mitar/reactconf-2015-hype
Last synced: 12 days ago
JSON representation
Meteor versions of demo programs from Hype! React Conf talk from 2015
- Host: GitHub
- URL: https://github.com/mitar/reactconf-2015-hype
- Owner: mitar
- Created: 2015-02-04T06:04:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T07:23:49.000Z (almost 6 years ago)
- Last Synced: 2024-10-19T15:18:49.645Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 506 KB
- Stars: 21
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HYPE!
====Meteor versions of demo programs from [Hype! React Conf talk from 2015](https://www.youtube.com/watch?v=z5e7kWSHWTg)
([original source code](https://github.com/ryanflorence/reactconf-2015-HYPE)).* `01-dbmon` – http://dbmon.meteor.com/
* `06-itunes-style-interface` – http://itunes.meteor.com/Running
-------```sh
curl https://install.meteor.com/ | sh
cd
meteor
open http://localhost:3000
```