A Single Page Application(SPA) based on Web Components using LitElement, Vaadin Router for navigation and TypeScript.
To get started, install dependencies:
npm installStart the preview of the app:
npm run startThis will open your default browser with the App.
startruns your app for development, reloading on file changesstart:buildruns your app after it has been built using the build commandbuildbuilds your app and outputs it in yourdistdirectorytestruns your test suite with Karmalintruns the linter for your project
First, make sure you're running the application
npm run startThen, open a separate terminal to run the E2E tests
npm run cypress:openOr
npm run cypress:run