https://github.com/gnapse/hn-client
https://github.com/gnapse/hn-client
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gnapse/hn-client
- Owner: gnapse
- Created: 2018-12-25T21:18:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T00:18:44.000Z (over 6 years ago)
- Last Synced: 2025-02-05T23:01:08.965Z (4 months ago)
- Language: JavaScript
- Size: 150 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.