Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 585 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 585 Bytes

ionic-webpack

Ionic Webpack Starter

Quick Start

Clone the repository

$ git clone https://github.com/cmackay/ionic-webpack.git

Install the dependencies

$ npm install

Watch Mode (this will run the webpack dev server)

$ gulp watch

Adding Cordova Plugins

$ cordova plugins add ionic-plugin-keyboard cordova-plugin-console cordova-plugin-device

Adding Cordova Platforms

$ cordova platform add ios

Build

$ gulp && cordova build

Running in the emulator

$ cordova emulate ios