Can I host the frontend in github pages?
Hello. I have a doubt. Can I host the frontend in github pages? Please let me know whether I can or not.
5 Replies
Of course you can, the client app is just a Vite + React frontend app 🙂
Hi what is the front end
Hello @miho. Unfortuantely it doesn't works because of this reason - https://create-react-app.dev/docs/deployment/#notes-on-client-side-routing. I had to use this - https://github.com/rafgraph/spa-github-pages#usage-instructions as a fix.
Writing it here to help anyone having problems with deploying frontend to github pages.
awesome. thanks!
A bit late to the party, but I created an issue for this here so we can track it! THanks!
https://github.com/wasp-lang/wasp/issues/1591