wp-react-cli
v1.2.0
Published
A CLI tool to create React apps with Webpack template
Downloads
72
Maintainers
Readme
wp-react-cli
A CLI tool to quickly scaffold React apps with Webpack.
Installation
Install globally via npm:
npm install -g wp-react-cli
Usage
wp-react-cli myProject
This will generate a minimal React setup inside the myProject folder.
Start the Development Server
After installation, navigate to your project and start the server:
cd myProject
npm start
Your React app will be available at: http://localhost:4000
Features ✨
- Lightweight Webpack setup
- Minimal dependencies for faster builds
- Automatic project structure generation
