well this is my first project with any framework, its first project with REACT and tailwindcss, using these frameworks was not problematic itself but they include some steps which are a headache for me maybe because of my old pc.
What challenges did you encounter, and how did you overcome them?Oh man, this was a mess, creating react app using vite did not creates tailwindcss.config.js and postcss.config.js files, which according to all ai's will not made the styles from tailwind stay if the project is deployed and if it deploys, i need (dist) folder to do that which these config file will make,
my pc does not run npx command, it won't run npm run build, i got confused how to merge these two folders (starter and react) together to make it work.
i deleted everything and recreated with adjustments 5 times, then deployment issues, finally its done after 3 days of torcher.
What specific areas of your project would you like help with?tell me, when we install tailwind using vite by the process on their website, then why do we need to install other things like config.js files.
why does the tailwind states half the process, if it won't applies styles after deployment.
i need to disable my anti-virus, delete node and reinstall it putting various commands in windows powershell, vscode and git terminals, still it won't run npx command to create config.js files. the gemini also bashing its virtual head to a virtual wall.