A test repository to add Vite tooling for JS, CSS and potentially other files.
In the root folder exec
npm run dev
To run a dev server. Opens on http://localhost:5173/
npm run build
To generate a build
Currently files are output to app\build.
Works with node ^25.
We recommend using NVM to manage node versions.