This project is a Fork of https://github.com/driftyco/ionic-conference-app that uses Webpack and TypeScript.
It is the perfect Boilerplate to start an app in no time.
- Ionic CLI
npm - ionic@beta --global
- Cordova CLI
- Typings CLI
npm install && ionic state restore
# Dev server
npm start
# Dump files in www
npm run dumpdev
npm run dumpprod
# Run Cordova
npm run android
npm run ios
npm run iosEmulator
# Webpack bundle analyser
npm run analyze