Skip to content

jmegs/underkill-stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
└── .vscode/settings.json # optional
  • React Router (vite plugin)
  • React 19
  • Typescript
  • Tailwind 4 (vite plugin)

In order for the React Router 7 Typescript plugin to work, you must configure your IDE to use the workspace version of typescript. We've included a .vscode/settings.json here that does that, but you may not need it if your IDE is already configured that way.

About

bleeding edge "vanilla react" app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.1%
  • CSS 2.9%