https://github.com/ashteya/ionic2-tutorial-pouchdb
Tutorial: How To Use PouchDB + SQLite For Local Storage In Ionic 2
https://github.com/ashteya/ionic2-tutorial-pouchdb
angular ionic ionic2 pouchdb typescript
Last synced: 6 days ago
JSON representation
Tutorial: How To Use PouchDB + SQLite For Local Storage In Ionic 2
- Host: GitHub
- URL: https://github.com/ashteya/ionic2-tutorial-pouchdb
- Owner: ashteya
- Created: 2016-04-18T20:03:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-08T06:04:59.000Z (about 8 years ago)
- Last Synced: 2024-11-13T00:33:18.216Z (6 months ago)
- Topics: angular, ionic, ionic2, pouchdb, typescript
- Language: TypeScript
- Homepage: http://gonehybrid.com/how-to-use-pouchdb-sqlite-for-local-storage-in-ionic-2/
- Size: 1020 KB
- Stars: 56
- Watchers: 12
- Forks: 24
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ionic2-components - PouchDB
- Awesome - PouchDB
README
# ionic2-tutorial-pouchdb
This code is part of a tutorial on how to use PouchDB and SQLite for local storage in Ionic 2 apps.Read the tutorial here: [How To Use PouchDB + SQLite For Local Storage In Ionic 2](http://gonehybrid.com/how-to-use-pouchdb-sqlite-for-local-storage-in-ionic-2/)
For more tutorials on Ionic, check out my blog [Gone Hybrid](http://gonehybrid.com).
# How to run the app
After cloning the repo, run `npm install` followed by the `ionic serve` command.Make sure you have all the tools installed, see [installation guide](http://gonehybrid.com/build-your-first-mobile-app-with-ionic-2-angular-2-part-2/).