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

https://github.com/prabirshrestha/hn-react-mobx

HackerNews + MobX + React
https://github.com/prabirshrestha/hn-react-mobx

Last synced: 2 months ago
JSON representation

HackerNews + MobX + React

Awesome Lists containing this project

README

        

HackerNews + MobX + React
=========================

A minimal hackernews application that combines [MobX](https://mobxjs.github.io/mobx) with [React](https://facebook.github.io/react).
Supports ES6 and JSX compilation through babel.

### Run the example

```
npm install
npm start
open http://localhost:3000
```