All Projects → davideast → Hnpwa Firebase

davideast / Hnpwa Firebase

A super fast HNPWA built on Firebase Dynamic Hosting

Programming Languages

typescript
32286 projects

HNPWA Firebase

A Dynamic, CDN Cached, HNPWA implementation on Firebase Dynamic Hosting.

Demo

Highlights

  • Emerging Markets - 1.3
  • 3G - 0.7
  • CDN Cached - Every file on Firebase Hosting is served through a CDN
  • Dynamic - Cloud Functions + Firebase Hosting = Dynamic CDN population

Contribute!?

git clone https://github.com/davideast/hnpwa-firebase.git
npm i
npm run build

# Basic serving
npm run serve

# Firebase Hosting Emulation
node_modules/.bin/firebase login 
# Use your own project
node_modules/.bin/firebase use -add <your-test-proj>
npm run serve:firebase

# Offline serving A.K.A - Deving on an Airplane/bus/elevator
npm run save:offline # save current HNAPI data set offline
# go offline
npm run serve:offline:api
# open new terminal or tmux or something
npm run serve:offline
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].