An open API service indexing awesome lists of open source software.

https://github.com/jimthedev/ionic-jspm-demo

A demo ionic app using jspm/systemjs, ES6 modules, and various ui-router states
https://github.com/jimthedev/ionic-jspm-demo

Last synced: 3 months ago
JSON representation

A demo ionic app using jspm/systemjs, ES6 modules, and various ui-router states

Awesome Lists containing this project

README

        

Ionic w/jspm and ES6 modules: A Demo
==================

Installation
---

Clone the repo `git clone https://github.com/jimthedev/ionic-jspm-demo.git`

`cd ionic-jspm-demo`

Install jspm and live-server `sudo npm install -g jspm live-server`.

Run `jspm install`

Make sure to use Traceur's edge version: `jspm dl-loader --edge --traceur`

While in the project root, run `live-server app/`