refactor(boilerplate): added tailwind conf and folders

This commit is contained in:
JK-le-dev 2025-10-18 13:50:13 -05:00
commit a3e52fbee3
9 changed files with 583 additions and 132 deletions

View file

@ -23,7 +23,8 @@
"react-dom": "^19.2.0",
"react-router": "^7.9.4",
"react-router-dom": "^7.9.4",
"tailwindcss": "^4.1.14"
"tailwindcss": "^4.1.14",
"vite-jsconfig-paths": "^2.0.1"
},
"packageManager": ">=npm@10.9.0",
"devDependencies": {