Skip to main content

create-react-app

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

Aller à l'installation

Informations de source

Dépôt
RabbitAI-Lab/rabbit-plugins-cli
Dernière activité de la source
26 juillet 2026 à 13:32
Langue détectée de SKILL.md
anglais
Étoiles
0
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
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
Voir sur GitHub