Skip to content

ackerdev/jspm-ionic-starter

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published