https://remix-3-on.netlify.app/
This is a proof of concept demonstrating deployment of the early-stage Remix 3 preview deployed to Netlify on Netlify Functions.
I took the bookstore demo from the Remix 3 repo and made a few adjustments for Netlify.
To deploy this yourself:
- Clone this repo
- Run
npx netlify@latest init
to create a Netlify project - Run
npx netlify@latest deploy
to deploy it