Skip to content

bloominstituteoftechnology/npm-tools-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@bloomtools/react

This tool quickly scaffolds a React project.

✨ Requirements

  1. Node >= 18.x
  2. Git Bash (Windows users)

✨ Usage

npx @bloomtools/react todos # replace "todos" with desired project name

npx @bloomtools/react@0.0.1 todos # replace "O.O.1" with desired version

npx @bloomtools/react # a default project name "react-project" is used

What it Does

  1. A folder with your desired name is created in the working directory

    • ❗ The tool will exit with an error if the folder already exists
  2. A React project is scaffolded inside the folder

✨ Post-Usage

cd todos # or whatever project name you chose
npm install
npm run dev

Open the scaffolded project in your editor, and happy hacking!