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

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 2 months ago
JSON representation

An example how to use opensheetmusicdisplay in a systemjs environment.

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`.