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
- Host: GitHub
- URL: https://github.com/jimthedev/ionic-jspm-demo
- Owner: jimthedev
- Created: 2015-02-13T20:13:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-14T05:36:15.000Z (over 10 years ago)
- Last Synced: 2025-01-17T03:43:06.622Z (4 months ago)
- Language: JavaScript
- Homepage: http://jimthedev.com/ionic-jspm-demo
- Size: 5.27 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/`