This is a very basic example of a simple Remix app using the Remix App Server.
From your terminal:
npm install
npm run dev
This starts your app in development mode, rebuilding assets on file changes.
First, build your app for production:
npm run build
Then run the app in production mode:
npm start
Open this example on CodeSandbox: