This project shows some tests and patterns on how to implement an app with web components and the hooks pattern (from React) using the following libraries:
npm install
npm run dev
npm run lint
npm run build
(Builds web and mobile)
Web assets are built to the "dist" folder. From there they can be moved to a server.
Code splitting works when tsconfig.json has "module": "esnext"
in the compilerOptions, but that setting is creating a weird issue when trying to view some pages, so for now we are not using it.