S
SolidJS9mo ago
febri

How do i deploy solidjs app to github-pages?

I was switching my react project to solidjs because react is pain to work with. Im following crash course from netninja (https://youtube.com/playlist?list=PL4cUxeGkcC9gU_GvFygZFu0aBysPilkbB&si=q1L9cKbze_EWZF_H) but now i dont know how to deploy it, i tried to search some on google but theyre using solidstart which i guess i didnt use?? Im only using solidjs with vite. Any article or even guide will really help, thanks! I tried deploy using npm gh-pages
No description
3 Replies
Birk Skyum
Birk Skyum9mo ago
Vite
Next Generation Frontend Tooling
Birk Skyum
Birk Skyum9mo ago
That guide explains how you can get your vite app / single page application running on github pages. Alternatively, if you use solidstart there is a static adapter, but your should be able to get going without as well.
febri
febri9mo ago
Thanks alot