https://github.com/solodynamo/ionic2-boilerplate
Ready Cooked Boilerplate For An Ionic 2 Application with Angular 2 and Typescript
https://github.com/solodynamo/ionic2-boilerplate
Last synced: 3 months ago
JSON representation
Ready Cooked Boilerplate For An Ionic 2 Application with Angular 2 and Typescript
- Host: GitHub
- URL: https://github.com/solodynamo/ionic2-boilerplate
- Owner: solodynamo
- Created: 2016-11-14T17:00:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T16:03:42.000Z (over 9 years ago)
- Last Synced: 2025-03-12T13:41:51.380Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 977 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ionic V2 Starter
####Get You Started With Ionic 2 Fast!!
### Snap

## Getting Started
* Install Ionic CLI `npm install ionic -g --save`
* Install Cordova `npm install -g cordova`
## Run it on the browser
* Run `ionic serve` in a terminal from the project root.
## Before run it on devices
* Install iOS Sim (npm install -g ios-sim)
* Install iOS Deploy (npm install -g ios-deploy)
* Add Android platform `ionic platform add android`
* Add iOS platform after `ionic platform add ios`
## Before run it on android
* Install [Android Studio](http://developer.android.com/intl/es/sdk/index.html)
* Open Android SDK Manager and install:
* Android SDK Tools
* Android SDK Platform-tools
* Android SDK Build-tools
* System images (in case you need to use Android Emulator)
* Android Support Repository
* Android Support Library
* Google Play services
* Google Repository
* Intel x86 Emulator Accelerator (in case you need to use Android Emulator)
## Build and Run
* ionic build ios/android
* ionic run ios/android --emulator --devices