HTML tags, just truly accessible.
npm install
Eslint can be run using the npm lint
-script:
npm run lint
To generate production bundles, run the npm build
-script
npm run build
This 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 start
Run the npm test
-script to launch a local development-server using Vite:
npm run test