Make sure you have NodeJS 8.x or higher.
Then, modules needed for the Roon API and for the dev tools:
npm installTo build for deployment:
npm run buildThis will generate a bundle.js from your app.js and everything else. You include this bundle.js in your browser.
To build for dev purposes:
npm run devThis will watch your js and html and update the bundle.js immediately on changes.