If you opened the root index.html directly, the browser blocks /src/main.jsx from loading.
index.html
/src/main.jsx
Open dist/index.html instead, or run the app through Vite with npm run dev.
dist/index.html
npm run dev