Skip to main content

create-react-app

Scaffold React projects. Use when installing or running create-react-app (create-react-app).

Zur Installation springen

Quellinformationen

Repository
RabbitAI-Lab/rabbit-plugins-cli
Letzte Quellaktivität
26. Juli 2026 um 13:32
Erkannte Sprache von SKILL.md
Englisch
Sterne
0
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
create-react-app
description
Scaffold React projects. Use when installing or running create-react-app (create-react-app).
# create-react-app Scaffold React projects ## When to Activate - Installing or setting up **create-react-app** - Running `create-react-app` from the command line - Automating Scaffolding workflows that create-react-app supports ## Installation Use the bundled installer: ```bash bash scripts/install.sh ``` or install directly: ```bash npm install -g create-react-app ``` ## Verification ```bash create-react-app --version ``` ## Usage Run `create-react-app --help` to see available commands and options. ## Details - **Package**: `create-react-app` - **Category**: Scaffolding - **Priority**: Recommended - **Platforms**: Windows / macOS
Auf GitHub ansehen