Home

Awesome

IonicAngularParseBoilerplate

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

App

ToDo List

Demo Screenshot

Requirements

Dependencies

Features

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

ionic serve

ionic serve --lab

ionic run [ios/android] --emulator

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

License

See here.