The example outputs an executable to run on any machine with Node installed.
cd ts-binary-with-npm-package/
npm install
npm run build
node bazel-bin/app.js
The example uses jQuery and lodash.
cd ts-web-bundle-with-npm-package/
npm install
npm run build
open index.html