This repo contains a bare-bones example of how to use jsms in browsers (using webpack).
Clone this repository and install its dependencies:
git clone https://github.com/rfruesmer/jsms-web-example
cd jsms-web-example
npm install
npm run build
Load ./dist/index.html in your browser ...