Skip to content

lamplightdev/compost-hn

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

compost-hn

A Hacker News PWA implementation using native Web Components and compost - a small collection of web component mixins.

Uses the unofficial HackerNews API HNPWA API, and works on all modern browsers.

See https://compost-35844.firebaseapp.com for a live production build.

Build

Development

Ideal for testing out the implementation.

npm install

npm run build:dev

This copies the required files from node_modules into the public directory, bundles the js with sourcemaps (using rollup), and creates a service worker.

Production

Currently geared towards firebase hosting.

npm install

npm run build:prod

firebase deploy

This does the same as the dev build but creates a separate build directory for deploying, creates a firebase function to preload and cache API results for the root page, and sets cache control for static assets.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published