https://github.com/tpluscode/md-ed-sample
https://github.com/tpluscode/md-ed-sample
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tpluscode/md-ed-sample
- Owner: tpluscode
- Created: 2016-08-12T05:46:09.000Z (over 9 years ago)
- Default Branch: jspm
- Last Pushed: 2016-08-15T08:33:29.000Z (over 9 years ago)
- Last Synced: 2025-08-08T23:34:42.432Z (6 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Consuming a bundled PolymerTS custom element with JSPM
```
jspm i
bower i
npm i -g http-server
http-server -p 8081
```
Now, navigate to [http://localhost:8081](http://localhost:8081) to see
the element in action.
## Bower
For Bower example, switch to [bower branch](https://github.com/tpluscode/md-ed-sample/tree/bower)