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
- Host: GitHub
- URL: https://github.com/prabirshrestha/hn-react-mobx
- Owner: prabirshrestha
- License: mit
- Created: 2016-07-16T20:50:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:52:41.000Z (over 1 year ago)
- Last Synced: 2025-02-10T03:42:40.429Z (4 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```