A Single Page Application(SPA) based on Web Components using LitElement, Vaadin Router for navigation and TypeScript.
To get started, install dependencies:
npm install
Start the preview of the app:
npm run start
This will open your default browser with the App.
start
runs your app for development, reloading on file changesstart:build
runs your app after it has been built using the build commandbuild
builds your app and outputs it in yourdist
directorytest
runs your test suite with Karmalint
runs the linter for your project
First, make sure you're running the application
npm run start
Then, open a separate terminal to run the E2E tests
npm run cypress:open
Or
npm run cypress:run