Very simple example sbolgraph project for the browser, using webpack

To use, first install nodejs which comes with npm. Then:

npm install
npm start

Then visit http://localhost:8080 (it might take a minute while webpack compiles everything)

For distribution:

npm run-script build

Then upload everything from dist/ to your webserver.