I'm thinking of teaching a few people how I've done this in depth. If you're interested in learning when I do, just drop your email below. No pressure.
FYI this isn't a newsletter or anything so I'm not going to spam you lol
// package.json
{
"name": "vite-react-typescript-starter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite buil▋
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"lucide-react": "^0.344.0"
},▋
"devDependencies": {
"typescript": "^5.5.3",
"vite": "^5.4.2",
"tailwindcss": "^3.4.1"
// ... mo▋