ionic2-webpack-boilerplate
ionic2-webpack-boilerplate copied to clipboard
Conference app written in TypeScript and Ran by Webpack
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.
Prerequisites
- Ionic CLI
npm - ionic@beta --global - Cordova CLI
- Typings CLI
Installation
npm install && ionic state restore
Project public API
# 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