/ionic-webpack-starter

Ionic-Webpack starter with sidemenu template.

Primary LanguageJavaScript

Ionic-Webpack Starter

An Ionic project which uses Webpack as build tool of choice. It is wired up with ionic-starter-sidemenu template.

Features

  • 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

Getting Starter

$ npm install
$ ionic serve

That's it!