Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```