Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 411 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 411 Bytes

underkill-stack

People keep telling me remix react router is overkill for small projects, but this file tree says otherwise.

├── README.md
├── app
│   ├── root.tsx
│   ├── routes.ts
│   └── tailwind.css
├── package.json
├── tsconfig.json
└── vite.config.ts
  • React Router (vite plugin)
  • React 19
  • Typescript
  • Tailwind 4 (vite plugin)