Uses Vite to bundle and serve files.
To install dependencies:
npm install
# or
yarn
Commands:
npm start
is the development target, to serve the app and hot reload.npm run build
is the production target, to create the final bundle and write to disk.