Join the Webstudio community

Updated last month

How to deploy self-hosted `remix app` via node rather than Docker?

At a glance
There's no start script included in the package.json file. So i'm wondering, is it as easy as just running something like npx remix-serve build/server/index.js? Would like to avoid using Docker for now, if possible.
P
1 comment
follow up: I read some docs on Remix and I was able to get something running by adding express and a few other packages to the build and then running a new server.js file as suggested by the docs. It's running, but -- is this what the Webstudio team recommends as well?
Add a reply
Sign up and join the conversation on Discord