How to deploy SolidStart project to Cloud (AWS/GCP etc.)
I build a simple app with solidstart and following folders show after build the project.
Following folders shows. What are following folders use for?
.output - public - server .vinxi - build - typeI do following steps: Step 1 - Create Cloud Instance in AWS or GCP Step 2 - Install NGINX Step 3 - Install NodeJS What are other steps?
2 Replies
i think running
node .output/server/index.mjs
should do the trick
.vinxi
is just a bunch of files that vinxi uses while generating .output
.output
contains the final artifacts for you to run/deployOk I will try it thank you