https://github.com/malbernaz/preact-hn
A hacker news clone built with preact.
https://github.com/malbernaz/preact-hn
hackernews preact pwa
Last synced: 18 days ago
JSON representation
A hacker news clone built with preact.
- Host: GitHub
- URL: https://github.com/malbernaz/preact-hn
- Owner: malbernaz
- License: mit
- Created: 2017-06-22T04:42:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T03:32:32.000Z (over 7 years ago)
- Last Synced: 2025-04-08T12:01:36.540Z (about 1 month ago)
- Topics: hackernews, preact, pwa
- Language: JavaScript
- Size: 712 KB
- Stars: 10
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Preact HN
Yet another hacker news PWA. Built with preact, Universal Router and Webpack.
A live version is available at https://preact-hn.now.sh.
![]()
## Instructions
```sh
# Install dependencies
npm install# Development server
npm run dev# Deploy application
now
```## License
MIT