Install dependencies:
npm install
Local Dev:
npm run dev
Then run the app in production mode:
npm start
Production build for deployment:
npm run build
If you're familiar with deploying Node applications, the built-in Remix app server is production-ready.
Make sure to deploy the output of npm run build
build/server
build/client