8000 GitHub - gnapse/hn-client
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gnapse/hn-client

Repository files navigation

HackerNews Client

A HackerNews client application built with preact.

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0