Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 336 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 336 Bytes

Web Component Template

Requirements

  • Node 18.x or above

Basic Commands

  • npm start: starts a development environment with file watching and automatically opens the web browser
  • npm run build:prod: compiles and minifies all files into build folder for production deployment
  • npm test: runs all tests for the project