Replies: 2 comments 6 replies
-
You could install and build locally, then upload the node_modules folder, package.json, public folder, and your server files (your server entry point if you have one, the build and any other file you may need). Once you upload everything, make your server run npm start. |
Beta Was this translation helpful? Give feedback.
6 replies
-
how to remix Application easy to deploy after build. windows and plesk windows control panel. step by step deploy or how can folder deploy |
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 deploy a Remix app on a Windows IIS Server. There have been answers to this question here - How to deploy react Remix framework to IIS on windows server 2022?
However, this requires the server to be logged in. If I'm using a VPS Server that is possible. But how do I deploy to a shared hosting, for example, where I cannot run npm? Assumming I have IIS node installed on the shared hosting website, how do I deploy a Remix build?
A create-react-app webiste can be easily deployed by just copying the dist folder to the server.
When I build a remix app. I get a public/build folder. How do I deploy this folder to a public IIS website.
Beta Was this translation helpful? Give feedback.
All reactions