ionic-webpack-blank

Install

git clone https://github.com/tischenkoa/ionic-webpack-blank.git
npm i 
bower install

Run

run dev server on http://localhost:8080

npm run server

run development build

npm run dev

run production build

npm run prod