HTML tags, just truly accessible.
npm installEslint can be run using the npm lint-script:
npm run lintTo generate production bundles, run the npm build-script
npm run buildThis creates a dist-folder in the project root containing all built artefacts
Run the npm start-script to launch a local development-server using Vite:
npm startRun the npm test-script to launch a local development-server using Vite:
npm run test