Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tpluscode/md-ed-sample
https://github.com/tpluscode/md-ed-sample
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tpluscode/md-ed-sample
- Owner: tpluscode
- Created: 2016-08-12T05:46:09.000Z (over 8 years ago)
- Default Branch: jspm
- Last Pushed: 2016-08-15T08:33:29.000Z (over 8 years ago)
- Last Synced: 2024-10-24T10:06:44.862Z (2 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- 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)