create-react-tailwind is a powerful CLI tool designed to streamline the setup of new React or Vite projects with Tailwind CSS integration and a predefined folder structure. Simplify your project initialization and boost your productivity.
To install the package globally, use the following command:
npm install -g create-react-tailwind
After installing the package globally, create a new project by running:
create-react-tailwind <appname>
Alternatively, you can use npx
to run the CLI tool without global installation:
npx create-react-tailwind <appname>
You will be prompted to choose between creating a React or Vite project.
To create a new project named my-app
:
create-react-tailwind my-app
or
npx create-react-tailwind my-app
The following folder structure will be created within the src
directory:
š src
āāā š app
ā āāā š contexts
ā āāā š hook
ā āāā š services
āāā š assets
ā āāā š icon
ā āāā š images
āāā š components
ā āāā š core
ā āāā š router
ā āāā š sections
āāā š constants
āāā š lib
āāā š pages
āāā š util
š public
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Feel free to report issues or request new features.
CLI tool, React project setup, Vite project setup, Tailwind CSS integration, predefined folder structure, project scaffolding, React, Vite, Tailwind CSS, frontend development, web development tools