This is a zero-build frontend application that serves the purpose of being a re-usable UI for all our starter applications.
The application is built using lit
web components from skypack, to achieve a zero-build state of functionality.
npx http-server -a localhost -o -c-1
or to watch changes
npx watch-http-server -a localhost -o -c-1