This is sample project to demonstrate Ionic V1 and TypeScript.
- Clone this repository.
- Install the ionic CLI, cordova, TypeScript and typings CLI (
npm install -g ionic cordova typescript typings) - Run
npm installfrom the project root. - Build project (
npm run build) - Run
npm startin a terminal from the project root.
- Prepare cordova plugins (
ionic state restore) - Build app
ionic build <android|ios> - Run app
ionic run <android|ios>orionic emulate <android|ios>