didinj / ionic3-angular4-cordova-sqlite-example

An example offline app of Ionic 3, Angular 4, Cordova and SQLite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ionic 3, Angular 4 and SQLite CRUD Offline Mobile App

This source code is part of Ionic 3, Angular 4 and SQLite CRUD Offline Mobile App tutorial.

If you think this source code is useful, it will be great if you just give it star or just buy me a cup of cofee Donate

To run locally, do the following:

  • Clone this repository
  • Run npm install
  • Run ionic cordova platform rm android
  • Run ionic cordova platform add android
  • Run ionic cordova platform rm ios
  • Run ionic cordova platform add ios
  • RUn ionic cordova run ios or ionic cordova run android

About

An example offline app of Ionic 3, Angular 4, Cordova and SQLite


Languages

Language:TypeScript 49.7%Language:HTML 29.6%Language:CSS 16.6%Language:JavaScript 4.2%