Home

Awesome

Tools

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

  1. Install the Ionic Framework:

npm install --g ionic@latest

  1. Clone this repo:

git clone https://github.com/ibm-watson-data-lab/shopping-list-ionic-pouchdb

  1. cd into the repo directory:

cd shopping-list-ionic-pouchdb

  1. Install dependencies:

npm install

Run in Web Browser:

  1. In a terminal cd into the repo directory and run the following command:

ionic serve

Run on iOS Emulator:

  1. In a terminal cd into the repo directory and run the following command:

ionic cordova run ios

Run on Android Emulator

  1. In a terminal cd into the repo directory and run the following command:

ionic cordova run android