See this application live at: https://hnpwa-wc.firebaseapp.com
This is an example of a PWA built using Vanilla Webcomponent, Webpack, Redux and some other modules.
Made with love 💔
- Install yarn
- Install firebase tools
- npm install -g firebase-tools
- Install Yarn Dependencies
- yarn install
- Deploy Firebase function
- firebase deploy
- Run Locally
- yarn start (chrome only)
- Webcomponent with es6 modules including the polyfill
- Redux for state management
- Redux thunk for async fetch
- Lightweight unfetch for fetch polyfill
- Workbox to generate the service worker
- Lot of bugs