react_init_project
Sets up a new React project with Vite, TypeScript, Tailwind CSS, TanStack Query, and Tabler Icons at the specified path.
Instructions
Initializes a new React project at the specified path. Setup includes:
Vite (React + TypeScript)
Tailwind CSS v4
TanStack Query
Tabler Icons React
Args: path: The absolute path where the project should be initialized.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |