An Ionic project which uses Webpack as build tool of choice. It is wired up with ionic-starter-sidemenu template.
- Comes with gulp tasks to enable live reload on JS/HTML/CSS changes
- HTML stringyfied using html-loader for faster performance
- Sourcemap enabled for easy debugging
- Component based file organization
$ npm install
$ ionic serve
That's it!