Create React App

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

javimosch 30f9de1 611 B Updated

File contents

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

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

javimosch/supercli/tree/main/plugins/create-react-app/skills/quickstart commit 30f9de1bb7

Frequently asked questions

npx skillmds@latest add javimosch/create-react-app