This sample project uses browserify to bundle the sample application built in Ugliest Todo tutorial into a single minified script. This project demonstrates how to use the userbase-js in the browser with CommonJS style module imports.
npm install
npm run build
Open dist/index.html
in your browser.