Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 895 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 895 Bytes

Welcome to Remix + Cloudflare!

Development

Run the dev server (remix + cloudflare):

npm run dev

Deployment

Deploy your app to Cloudflare Pages:

npm run deploy

Styling

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.

NB

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).