|
|
|
|
|
by bvrmn
770 days ago
|
|
The shear amount of magic boilerplate vite creates to make react app work is quite uncomprehensible. I'm not a senior frontend dev by any means but it's always a damned job to do migration of existing project to a next magic bundler. |
|
What?
pnpm create vite
pnpm i
pnpm run dev
...you're done? Delete all files in `src` and make a single `main.tsx` with `ReactDOM.render` if you really wanna start from scratch.