A CLI tool for creating and cleaning up React projects. NPM link
Leave a ⭐ if you like the project.
You can install this package globally using npm:
npm install -g create-clean-react
To create a new clean React app, run the following command:
create-clean-react
Follow the prompts to enter the name of your app.
- Initializes a new React app using Vite.
- Removes unnecessary files and default content.
- Sets up Tailwind CSS for styling.
- Automatically configures your project for a clean start.
- Provides a simple and quick way to kickstart your React projects.
This CLI relies on the following dependencies:
-
shelljs
: For executing shell commands. -
fs
: For interacting with the file system. -
inquirer
: For interactive command-line prompts. -
chalk
: For adding color to console output.
If you'd like to contribute or report an issue, please check out the GitHub repository.
This project is licensed under the MIT License.
React, CLI, Web Development, JavaScript, FrontEnd, Productivity, Vite, Tailwind CSS