- use pnpm
- setup vite with hono
- setup vitest/playwright https://github.com/kiliman/remix-vite-template
- setup storybook https://github.com/moishinetzer/epic-stack-with-storybook
- setup eslint/prettier https://github.com/kiliman/remix-vite-template
- setup tailwind
- docker
- add GH actions
- add remix-auth and magic links
- add shadcn
- add drizzle
- add stripe integration https://github.com/dev-xo/stripe-stack
- add test mocks
- setup cloudflare or fly.io
- handle multi-tenancy https://github.com/offseat/epic-stack-tenant
- add prometheus metrics epicweb-dev/epic-stack#503
- Main stack
- UI
- Linting/formatting
- Styles
- Testing
- Vitest with unit testing and Remix routes test via createRemixStub
- Playwright E2E testing
- Storybook and Remix routes via createRemixStub
- Deployment
Run the Hono server with Vite dev middleware:
pnpm dev
First, build your app for production:
pnpm build
Then run the app in production mode:
pnpm start