A HackerNews client application built with preact.
Install dependencies and run web app
npm install
npm run start
Open http://localhost:8080 in your browser.
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.