starter for creating web components,
contains a demo "hello-world" src/components/hello-world
component
- uhtml (for creating HTML templates in JS)
- browsersync (as local dev server)
- rollup.js (for bundling third party ES modules)
npm install
npx rollup --config rollup.config.js
bundles ES6 module in src/lib/vendor`
npm start
- launch browser
http://localhost:3000