starter web app for creating single-page applications using web standards
- uhtml (for creating HTML templates in JS)
- vaadin-router (for routing)
- 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