SPSushant Pathakinsushant007.hashnode.dev·May 29, 2024 · 1 min readHow to Set Up Tailwind CSS in Vite React ProjectsFirst of all, we will create a Vite project Inside the terminal, type the following commands: npm create vite@latest my-project cd my-project Now use the following commands to incorporate Tailwind into your project: npm install -D tailwindcss po...00
SPSushant Pathakinsushant007.hashnode.dev·May 28, 2024 · 2 min readReact Flow and StructureIn this blog, we will see the React flow and the difference between a React app created using Create React App and Vite. Let's talk about the React pages created using create-react-app. There's an important index.html file that has an empty div with ...00