Install and build bundle This generates a single JS bundle otel-bundle.js in the dist folder. npm install npm run build Test This runs Webpack dev server and opens index.html from the test folder in a browser window. npm start