Awesome
Tools
- https://ionicframework.com/ - Ionic Framework
- https://pouchdb.com/ - PouchDB
Shopping List - with Ionic and 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.
Quick Start
- 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
Run in Web Browser:
- In a terminal cd into the repo directory and run the following command:
ionic serve
Run on iOS Emulator:
- In a terminal cd into the repo directory and run the following command:
ionic cordova run ios
Run on Android Emulator
- In a terminal cd into the repo directory and run the following command:
ionic cordova run android