# Create React App

> Use this skill when the user wants to create a new React project with zero-config build setup.

- Skill: `javimosch/create-react-app` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/create-react-app`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/create-react-app/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/create-react-app

---


# create-react-app Plugin

Scaffolds new React applications.

## Usage Examples

- "create a new React app"
- "build the project for production"
- "run the development server"
- "run tests with Jest"

## Installation

```bash
npm install -g create-react-app
```

## Key Features
- Zero-config React project setup
- Webpack, Babel, ESLint preconfigured
- Jest testing framework
- Development server with hot reload
- Production build optimization
- Code splitting support

