Sample Code to illustrate the usage of Angular 2 / TypeScript / Ionic in learning to create a Hybrid App
- Angular JS
- Type Scipt
- RX JS (Observalbles)
- Clone this repo.
- Ensure you have [nodejs][https://nodejs.org/en/]
- Run
npm install
from the project root. - Install the ionic CLI (
npm install -g ionic
) - Run Ionic Serve [ionic serve]
- To create ios platform [ionic add platform ios]
- To create android platform [ionic add platform android]
- Note that you have two platform ios and android. To build [ionic build]
- Learn [Lodash][https://lodash.com/]
- Learn [RxJS][http://reactivex.io/rxjs/]