How to deploy SSR version along with rails #1333
Unanswered
lakshmajee
asked this question in
Help (React)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have created a rails application using react.js and inertia to enable SSR.
How can I deploy the application?
Do I have to deploy two servers individually in different server instances or in a single instance?
I use the following commands, to run my application
The
vite ssr
will run Node.js server, andrails server
will launch my server. Do I need to run both in a single VPC or server instance ?Beta Was this translation helpful? Give feedback.
All reactions