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