This tool quickly scaffolds a React project.
- Node >= 18.x
- Git Bash (Windows users)
npx @bloomtools/react todos # replace "todos" with desired project name
npx @bloomtools/[email protected] todos # replace "O.O.1" with desired version
npx @bloomtools/react # a default project name "react-project" is used
-
A folder with your desired name is created in the working directory
- ❗ The tool will exit with an error if the folder already exists
-
A React project is scaffolded inside the folder
cd todos # or whatever project name you chose
npm install
npm run dev
Open the scaffolded project in your editor, and happy hacking!