Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 1.51 KB

README.md

File metadata and controls

66 lines (47 loc) · 1.51 KB

IonicAngularParseBoilerplate

Ionic App with Parse as Backend (using Angular Parse library) Boilerplate

App

ToDo List

Demo Screenshot

Requirements

Dependencies

Features

  • ✅ Ionic Tabs Layout
  • ✅ Ionic Page Refresher
  • ✅ Ionic Popup
  • ✅ Parse CRUD
  • ✅ Parse Relationship between Models
  • Parse Login
  • Parse Push Notifications

Contributing

Learn how to contribute with this repository here.

Usage

Just clone this repo and change whatever you want!

Install

npm install

Parse Configuration

In www/js/app.js search for:

// initialize Parse
  return ParseProvider.initialize(
    "YOUR_APP_ID", //App ID
    "YOUR_REST_API_KEY"  //REST API Key
  );

Change these values with the values from your Parse app

Run

  • Runs full browser

ionic serve

  • Runs comparison, side by side, between iOS and Android versions

ionic serve --lab

  • Launch emulator/simulator, deploy and execute your app

ionic run [ios/android] --emulator

  • Launch App on emulator/simulator with livereload

ionic run [ios/android] --emulator --livereload

License

See here.