📖 See the Remix docs and the Remix Vite docs for details on supported features.
Node Server:
npx create-remix@latest --template jacob-ebey/remix-shadcn
Cloudflare Pages:
npx create-remix@latest --template https://github.com/jacob-ebey/remix-shadcn/tree/cloudflare
Or for a more flushed out template with a login flow and a SQLite database backed by Drizzle ORM:
Node Server:
npx create-remix@latest --template https://github.com/jacob-ebey/remix-shadcn/tree/drizzle
Cloudflare Pages:
npx create-remix@latest --template https://github.com/jacob-ebey/remix-shadcn/tree/drizzle-cloudflare
Run the Vite dev server:
npm run dev
In the Cloudflare Dashboard:
- Create a new Cloudflare Pages application
- Set the
Build command
tonpm run build
- Set the
Build output directory
to/build/client