https://github.com/valbeat/remix-boilerplate
This is a template for Remix that includes Tailwind CSS, Vite, Vitest, Storybook, and Biome.
https://github.com/valbeat/remix-boilerplate
biome remix-run remix-stack storybook tailwind-css vite vitest
Last synced: about 2 months ago
JSON representation
This is a template for Remix that includes Tailwind CSS, Vite, Vitest, Storybook, and Biome.
- Host: GitHub
- URL: https://github.com/valbeat/remix-boilerplate
- Owner: valbeat
- License: mit
- Created: 2024-04-19T03:35:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-18T12:02:24.000Z (2 months ago)
- Last Synced: 2025-03-28T18:57:26.907Z (about 2 months ago)
- Topics: biome, remix-run, remix-stack, storybook, tailwind-css, vite, vitest
- Language: TypeScript
- Homepage:
- Size: 1.55 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome - valbeat/remix-boilerplate - This is a template for Remix that includes Tailwind CSS, Vite, Vitest, Storybook, and Biome. (TypeScript)
README
# Remix Boilerplate
[](https://github.com/valbeat/remix-boilerplate/actions/workflows/test.yml)
This is a template for Remix
```
npx create-remix@latest --template valbeat/remix-boilerplate
```Learn more about [Remix Stacks](https://remix.run/stacks).
## What's in the stack
- Styling with [Tailwind](https://tailwindcss.com/)
- Unit testing with [Vitest](https://vitest.dev) and [Testing Library](https://testing-library.com)
- UI testing with [Storybook](https://storybook.js.org)
- Code formatting and Linting with [Biome](https://biomejs.dev/)
- Static Types with [TypeScript](https://typescriptlang.org)Not a fan of bits of the stack? Fork it, change it, and use `npx create-remix --template your/repo`! Make it your own.
## Preview
Open this example on CodeSandbox:
[](https://codesandbox.io/p/github/valbeat/remix-boilerplate/)
## Development
First run this stack's `remix.init` script.
```sh
npx remix init
```Run the Vite dev server:
```sh
pnpm run dev
```