An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Ionic V2 Starter

####Get You Started With Ionic 2 Fast!!

### Snap
Sky Blue

## 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