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

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.

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.



screenshot

## Instructions

```sh
# Install dependencies
npm install

# Development server
npm run dev

# Deploy application
now
```

## License

MIT