A starting point for an ionic project using jspm. Includes JSHint, SCSS bundling, and Jade processing for templates. Also includes Karma testing using Mocha/Chai/Sinon.
Clone the repo:
git clone https://github.com/ackerdev/jspm-ionic-starter.git
Install packages:
cd jspm-ionic-starter
npm install
jspm install
Run the build tasks:
npm run build
To watch files for updates:
npm run watch
To launch the server:
ionic serve
To run tests:
npm test