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
- Host: GitHub
- URL: https://github.com/dobjs/dob-react-hackernews
- Owner: dobjs
- License: mit
- Created: 2017-11-03T03:04:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T08:15:29.000Z (over 7 years ago)
- Last Synced: 2025-02-07T21:32:44.387Z (3 months ago)
- Language: TypeScript
- Homepage: https://dobjs.github.io/dob-react-hackernews/
- Size: 646 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Dob Hackernews clone

[Live demo](https://dobjs.github.io/dob-react-hackernews/)
## Building
```bash
npm install
# watch
npm start
# build
npm run build
```