Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 723 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 723 Bytes

web app starter

starter web app for creating single-page applications using web standards

Dependencies

at runtime
at development time

Install npm dependencies

  • npm install

bundle third party dependencies into single ES module

npx rollup --config rollup.config.js bundles ES6 module in src/lib/vendor`

Run (using local development server)

  • npm start
  • launch browser http://localhost:3000