Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 542 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 542 Bytes

jspm-ionic-starter

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.

Installation

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

Usage

To watch files for updates:

npm run watch

To launch the server:

ionic serve

To run tests:

npm test