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

https://github.com/gnapse/hn-client


https://github.com/gnapse/hn-client

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# HackerNews Client

A HackerNews client application built with [preact](http://preactjs.com).

## Setup

Install dependencies and run web app

```
npm install
npm run start
```

Open http://localhost:8080 in your browser.

### Enabling offline access

To enable offline access the app must be run in production mode and over https

```
npm install
npm run serve
```

Open https://localhost:8080 in your browser (note this is `https`, unlike the link above).

> Running the server and opening the app in the browser may involve granting permissions to install the certificate.