genie-pwa-todo-example
v0.0.1
Published
Create your data and consume it using a powerful GraphQL API
Downloads
1
Readme
Ionic PWA Toolkit Beta
The PWA Toolkit is a starting point for building Progressive Web Apps using Ionic and Stencil. This combination of tools gives you the ability to build a fast, efficient PWA out of the box.
Note: This project is Beta and uses a beta release of @ionic/core
.
For more info check out our homepage!
Getting Started
This example is built using Stencil, and was started using the Ionic PWA Toolkit.
yarn install
or npm install
npm run setup
Notes
One unfortunate step is due to the fact that Rollup (which Stencil uses) doesn't support certain import/requirements very well (such as recursive). So we first build fortune-indexeddb and graphql-tools using webpack. This should only need to be initially and if fortune-indexeddb or graphql-tools is upgraded using npm run setup
.