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

https://github.com/dobjs/dob-react-hackernews

HackerNews clone with dob-react
https://github.com/dobjs/dob-react-hackernews

Last synced: about 2 months ago
JSON representation

HackerNews clone with dob-react

Awesome Lists containing this project

README

        

# Dob Hackernews clone

![home](./assets/home.png)

[Live demo](https://dobjs.github.io/dob-react-hackernews/)

## Building

```bash
npm install
# watch
npm start
# build
npm run build
```