/web-component-template

Simple, lightweight and unopinionated boilerplate code set-up for web-component-based front-end project with heavy focus on avoiding bloat and complexity that comes with external dependencies

Primary LanguageTypeScriptMIT LicenseMIT

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