create-react-app
Initialize a React project with a specified name, optional template, and base directory.
Instructions
Create a new React application
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the React app | |
| template | No | Template to use (e.g., typescript, cra-template-pwa) | |
| directory | No | Base directory to create the app in (defaults to home directory) |