Manual Fullstack Deployment #10543
renjianguo666
started this conversation in
General
Replies: 1 comment
-
The starters all come with a Dockerfile, if you use Docker that's the simplest way to deploy it. Otherwise you will need to upload your code to your server, install the dependencies, run the build script and then the start script. The same steps followed by the Dockerfile. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to manually deploy a full stack application (React Router V7+API+PostgreSQL) on my own server, but I don't know how to get started
Beta Was this translation helpful? Give feedback.
All reactions