This is a starter pack for creating React projects with Tailwind CSS configured. It uses React version 18.2 and Tailwind CSS version 3.2.
This starter pack includes a basic setup for using Tailwind CSS with React. To start building your own components and styles, follow these steps:
git clone https://github.com/thepranaygupta/react-tailwind-css-starter-pack.git
cd react-tailwind-css-starter-pack
npm install
npm start
http://localhost:3000
to view your project.The project is set up to use postcss-cli
to process your CSS files. You can add your own tailwind.config.js
file to customize your Tailwind setup.
Contributions are welcome! If you have any suggestions or find any issues, please feel free to open an issue or a pull request.# N e t f l i x _ c l o n e