JavaScript TypeScript HTML
Switch branches/tags
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
LICENSE
README.md
index.html
index.js
index.js.map
index.ts
package.json
systemjs.config.js
tsconfig.json

README.md

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.