@bloomtools/react
v0.1.41
Published
This tool quickly scaffolds a React project.
Readme
@bloomtools/react
This tool quickly scaffolds a React project.
✨ Requirements
- Node >= 18.x
- Git Bash (Windows users)
✨ Usage
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 usedWhat it Does
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
✨ Post-Usage
cd todos # or whatever project name you chose
npm install
npm run devOpen the scaffolded project in your editor, and happy hacking!
