You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After cloning the repository, I got a blank page. It appear that since src/index.tsx is missing, the page does not load.
Also, it renders the index.html from the root folder instead of the one in public/index.html.
What to do now?
The text was updated successfully, but these errors were encountered:
Hi @SanderKok01 , thanks for raising this. We recently moved from Create React App to ViteJS in #120 . During this refactoring we missed adapting the README to tell you to run npm run build before npm start. I opened PR #122 to fix the README and remove the obsolete index.html in the public folder.
After cloning the repository, I got a blank page. It appear that since
src/index.tsx
is missing, the page does not load.Also, it renders the
index.html
from the root folder instead of the one inpublic/index.html
.What to do now?
The text was updated successfully, but these errors were encountered: