A CLI tool for quickly scaffolding React projects with Vite, TypeScript, Tailwind CSS, React Query, Jotai, and Prettier integration.
To use the React Boiler CLI, follow these steps:
git clone https://github.com/rutgerswirski/react-boiler.git
cd react-boiler
npm install
npm link
This will make the react-boiler
command available globally on your system.
To create a new React project using the CLI, run:
react-boiler create <project-name>
You will be prompted to configure the following options:
To create a new project named my-react-app
with TypeScript, Tailwind CSS, React Query, Jotai, and Prettier, run:
react-boiler create my-react-app
After the CLI finishes, navigate to your new project directory and start developing:
cd my-react-app
npm install
npm run dev
react-ts
template if chosen..css
imports..prettierrc
file and .prettierignore
.git clone https://github.com/rutgerswirski/react-boiler.git
git checkout -b feature/your-feature
git add .
git commit -m "Add your message here"
git push origin feature/your-feature
This project is licensed under the MIT License - see the LICENSE file for details.