Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/d-band/yax-hackernews

HackerNews clone built with Yax, based on dva-hackernews.
https://github.com/d-band/yax-hackernews

dool react react-redux react-router redux yax yax-router

Last synced: 29 days ago
JSON representation

HackerNews clone built with Yax, based on dva-hackernews.

Awesome Lists containing this project

README

        

# yax-hackernews

HackerNews clone built with [Yax](https://github.com/d-band/yax), based on [dva-hackernews](https://github.com/dvajs/dva-hackernews).






Live Demo

## Run Locally

Install dependencies.

```bash
$ npm install
```

Start server.

```bash
$ npm start
```

Open app in browser.

```bash
$ open http://localhost:8000/
```