Run the dev server (remix + cloudflare):
npm run dev
Deploy your app to Cloudflare Pages:
npm run deploy
This template comes with Tailwind CSS already configured for a simple default starting experience. You can use whatever css framework you prefer. See the Remix docs on css for more information.
This uses the "Classic" Remix compiler, since the Vite setup does not work with all the Workers resources just yet (Durable Objects, Hyperdrive, etc). Once the Vite Environment for workerd ships, we'll change this, but it should not require any changes in your actual code, simply in configuration (i.e., remix.config.js
will get replaced by vite.config.js
, etc).