- https://ionicframework.com/ - Ionic Framework
- https://pouchdb.com/ - PouchDB
Shopping List is an Offline First demo [Progressive Web App | hybrid mobile app | native mobile app | desktop app] built using Ionic and PouchDB. This app is part of a series of Offline First demo apps, each built using a different stack.
- Install the Ionic Framework:
npm install --g ionic@latest
- Clone this repo:
git clone https://github.com/ibm-watson-data-lab/shopping-list-ionic-pouchdb
- cd into the repo directory:
cd shopping-list-ionic-pouchdb
- Install dependencies:
npm install
- In a terminal cd into the repo directory and run the following command:
ionic serve
- In a terminal cd into the repo directory and run the following command:
ionic cordova run ios
- In a terminal cd into the repo directory and run the following command:
ionic cordova run android