UNPKG

@wuchuheng/react

Version:
78 lines (47 loc) β€’ 1.95 kB
<h1 align="center">ts-react-template</h1> <p align="center"> <a href="https://www.npmjs.com/package/@wuchuheng/react"><img src="https://img.shields.io/npm/v/@wuchuheng/react.svg" alt="npm version"></a> <a href="https://github.com/wuchuheng/ts-react-template"><img src="https://img.shields.io/github/license/wuchuheng/ts-react-template.svg" alt="license"></a> </p> ## πŸš€ 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: ```bash pnpx @wuchuheng/react my-app ``` Replace `my-app` with your desired project name. ## πŸ› οΈ Usage After creating your project, navigate to the project directory: ```bash cd my-app ``` Install dependencies: ```bash pnpm install ``` Start the development server: ```bash 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](https://github.com/wuchuheng/ts-react-template/issues). ## πŸ“ License This project is [MIT](https://opensource.org/licenses/MIT) licensed. ## πŸ‘€ Author **Wuchuheng** - Website: https://wuchuheng.com - Github: [@wuchuheng](https://github.com/wuchuheng) ## πŸ™ Show your support Give a ⭐️ if this project helped you! ## πŸ“ Changelog See the [CHANGELOG.md](CHANGELOG.md) file for details. ## πŸ—ΊοΈ Roadmap See the [ROADMAP.md](ROADMAP.md) file for future plans and features.