Skip to content

mrscholty/web-app-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published