Basic PWA built with Hybrids; A functional web component library.
- Web Components - Hybrids
- State Management - Redux
- Routing - PWA Helpers
- Document Head Tags - Headful
- GraphQL - Apollo Client
- Bunder - Webpack
- Install dependencies: run
yarn
in project root - For dev server: run
yarn dev
ornpm run dev
, from project root. The app should be running at: http://localhost:8080. - To build frontend run:
yarn build
ornpm run build
from project root. Runyarn start
ornpm start
to start app.
Check out the live Demo
- Convert to TypeScript
- Add styles/theme