A CLI tool to quickly create a React application using Parcel with options for TypeScript, Tailwind CSS, React Router, and Ant Design.
Install globally using NPM:
npm install -g create-react-parcel-app
Run the CLI tool to create a new React project:
create-react-parcel-app [project-name]
If no project name is provided, the CLI will prompt you to enter one.
The CLI offers the following interactive prompts:
Project Name:
Use TypeScript:
Include Tailwind CSS:
Include React Router:
Include Ant Design:
create-react-parcel-app my-js-app
Clone the repository:
git clone https://github.com/juancdejesus/create-react-parcel-app.git
cd create-react-parcel-app
Link the package locally:
npm link
Run the CLI tool:
create-react-parcel-app <project-name>
This project is licensed under the MIT License. See the LICENSE file for details.