@bloomtools/react

0.1.39 • Public • Published

@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!

Readme

Keywords

none

Package Sidebar

Install

npm i @bloomtools/react

Weekly Downloads

20

Version

0.1.39

License

MIT

Unpacked Size

712 kB

Total Files

36

Last publish

Collaborators

  • bloomtools