This is a template for Remix
npx create-remix@latest --template valbeat/remix-boilerplate
Learn more about Remix Stacks.
- Styling with Tailwind
- Unit testing with Vitest and Testing Library
- UI testing with Storybook
- Code formatting and Linting with Biome
- Static Types with TypeScript
Not a fan of bits of the stack? Fork it, change it, and use npx create-remix --template your/repo
! Make it your own.
Open this example on CodeSandbox:
First run this stack's remix.init
script.
npx remix init
Run the Vite dev server:
pnpm run dev