Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexintosh/protokit
📱 A prototype kit for Ionic Framework
https://github.com/alexintosh/protokit
angularjs ionic-framework javascript prototype-kit
Last synced: 18 days ago
JSON representation
📱 A prototype kit for Ionic Framework
- Host: GitHub
- URL: https://github.com/alexintosh/protokit
- Owner: Alexintosh
- Created: 2014-11-07T17:37:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-15T12:25:34.000Z (over 9 years ago)
- Last Synced: 2024-10-21T00:53:34.442Z (25 days ago)
- Topics: angularjs, ionic-framework, javascript, prototype-kit
- Language: JavaScript
- Homepage:
- Size: 2.23 MB
- Stars: 36
- Watchers: 7
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Protokit
[![Coverage Status](https://coveralls.io/repos/Alexintosh/Protokit/badge.svg)](https://coveralls.io/r/Alexintosh/Protokit)========
### A prototype kit for **Ionic Framework****Features:**
* Splashscreen
* List view / Split view + Detail View
* Maps (javascript sdk3 + ngmap)
* Sidemenu
* Social login {via auth0, twitter, facebook, linkedin, github | use In app browser plugin}
* Cards
* Setting page {form, range slider, toggle}
* Popover, alert**TODO:**
* Api calls example## How to run
Assuming your ionic / cordova envirorment is already setted up:
Add platform:
```
cordova platform add android
```
Install plugins:
```
cordova plugin add org.apache.cordova.splashscreen
cordova plugin add org.apache.cordova.inappbrowser
```
Install dependencies:
```
bower update --force
```Then
```
ionic run
```**Notes**
```
It's only been tested on android
```# Are you Italian?
**Join** the italian [Ionic Framework community](https://www.facebook.com/groups/380772785422827/)!