Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 274 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 274 Bytes

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