Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giorgiofellipe/ionic-angular-parse-boilerplate
Ionic App with Parse as Backend (using Angular Parse library) Boilerplate
https://github.com/giorgiofellipe/ionic-angular-parse-boilerplate
Last synced: 3 months ago
JSON representation
Ionic App with Parse as Backend (using Angular Parse library) Boilerplate
- Host: GitHub
- URL: https://github.com/giorgiofellipe/ionic-angular-parse-boilerplate
- Owner: giorgiofellipe
- License: mit
- Created: 2015-04-22T14:18:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-21T20:42:04.000Z (over 9 years ago)
- Last Synced: 2024-02-15T02:32:15.789Z (9 months ago)
- Language: JavaScript
- Size: 5.85 MB
- Stars: 55
- Watchers: 10
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# IonicAngularParseBoilerplate
Ionic App with [Parse](https://parse.com/) as Backend (using Angular Parse library) Boilerplate## App
ToDo List![Demo Screenshot](./doc/app.gif)
### Requirements
- [NodeJS](https://nodejs.org/)
- [Ionic](http://ionicframework.com/)### Dependencies
- [Gulp](http://gulpjs.com/)
- [Bower](http://bower.io/)
- [Angular Parse](https://github.com/jimrhoskins/angular-parse)### Features
- :white_check_mark: Ionic Tabs Layout
- :white_check_mark: Ionic Page Refresher
- :white_check_mark: Ionic Popup
- :white_check_mark: Parse CRUD
- :white_check_mark: Parse Relationship between Models
- Parse Login
- Parse Push Notifications### Contributing
Learn how to contribute with this repository [here](CONTRIBUTING.md).### Usage
Just clone this *repo* and change whatever you want!
### Install
`npm install`### Parse Configuration
In **www/js/app.js** search for:
```javascript
// 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](https://github.com/giorgiofellipe/IonicAngularParseBoilerplate/blob/master/LICENSE).