After npm run build I have a build folder with 2 folders: client and server.
And I rsync them to the server and setup nginx block location / for localhost:3000 etc.
But the question is when I copied the 2 folders on my vps in e.g. /var/myremix/ folder so now I see:
/var/myremix/client/ and
/var/myremix/server/
inside.
And when I am there in /var/myremix/ folder, what should I type to run the whole remix app with express on port 3000?