@wuchuheng/react
v0.1.2
Published
React project template
Downloads
278
Maintainers
Readme
🚀 About
@wuchuheng/react is a versatile CLI tool that simplifies the creation of a new React project with TypeScript. It is designed to expedite the initial setup process, allowing developers to concentrate on building their applications without the hassle of configuration.
🎯 Features
- Setup for React projects with TypeScript
- ESLint for maintaining code quality
- Prettier for consistent code formatting
- Organized project structure
- User-friendly CLI interface
🛠️ Usage
To create a new project using this template, run the following command:
pnpx @wuchuheng/react my-app
Replace my-app
with your desired project name.
🛠️ Usage
After creating your project, navigate to the project directory:
cd my-app
Install dependencies:
pnpm install
Start the development server:
pnpm dev
For more commands and options, refer to the package.json
file in your newly created project.
🤝 Contributing
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
📝 License
This project is MIT licensed.
👤 Author
Wuchuheng
- Website: https://wuchuheng.com
- Github: @wuchuheng
🙏 Show your support
Give a ⭐️ if this project helped you!
📝 Changelog
See the CHANGELOG.md file for details.
🗺️ Roadmap
See the ROADMAP.md file for future plans and features.