react-codx-recipe
v1.0.0
Published
Codx recipe to quickly install and configure React project
Downloads
5
Maintainers
Readme
React Codx Recipe
This repository contains a Codx recipe for setting up React projects quickly and efficiently.
About Codx
Codx is a tool that helps developers automate repetitive setup tasks and scaffolding. Learn more about Codx in the official documentation.
What This Recipe Installs
This recipe will help you set up a new React project with optional dependencies:
- React core project
- TailwindCSS
- ESLint/Prettier (optional)
The recipe guides you through a series of prompts to customize your installation according to your needs.
How to Use This Recipe
To use this recipe, you just need to run one of the following commands:
Using NPM
npx codx run reactUsing PNPM
pnpm dlx codx run reactUsing Yarn
yarn dlx codx run reactUsing Bun
bunx codx run reactAfter running the command, follow the prompts to customize your React project setup.
