Our Remix app template with configured Tailwind CSS.
bunx create-remix@latest --template openformation/remix-app-template
Spin up the Vite dev server:
devbox shell
bun run dev
Or build your app for production and run it:
bun run build
bun run start
2024, Open Formation GmbH