This script automates the creation of a new React project with Vite, Tailwind CSS, and DaisyUI. It removes the default CSS files, sets up Tailwind CSS, and starts a local development server.
Before you begin, ensure you have the following installed:
git clone https://github.com/stevenrhett/react-setup-script.gitcd react-setup-script chmod +x setup-react-project.sh./setup-react-project.shYou will be prompted to enter the project name. The script will set up the project, install dependencies, and start the development server.
./setup-react-project.sh
Enter your project name: my-new-project- Create a new Vite + React project
- Set up Tailwind CSS and DaisyUI
- Install all dependencies
- Start the development server at
http://localhost:5173
This project is licensed under the MIT License.



