https://github.com/opensheetmusicdisplay/systemjs-usage-example
An example how to use opensheetmusicdisplay in a systemjs environment.
https://github.com/opensheetmusicdisplay/systemjs-usage-example
example musicxml opensheetmusicdisplay systemjs typescript vexflow
Last synced: about 1 month ago
JSON representation
An example how to use opensheetmusicdisplay in a systemjs environment.
- Host: GitHub
- URL: https://github.com/opensheetmusicdisplay/systemjs-usage-example
- Owner: opensheetmusicdisplay
- License: mit
- Created: 2016-07-07T13:26:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T23:14:55.000Z (over 7 years ago)
- Last Synced: 2025-03-12T03:32:40.491Z (11 months ago)
- Topics: example, musicxml, opensheetmusicdisplay, systemjs, typescript, vexflow
- Language: JavaScript
- Homepage: http://opensheetmusicdisplay.org
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# systemjs-usage-example
An example how to use opensheetmusicdisplay in a systemjs environment.
## Usage
```
$ npm install
$ npm start
```
Now you can browse to http://127.0.0.1:8080 and see your running instance of opensheetmusicdisplay.
If you make any changes, you can rebuild using `npm run build`.