Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@wuchuheng/react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ts-react-template
π 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-appReplace my-app with your desired project name.
π οΈ Usage
After creating your project, navigate to the project directory:
cd my-appInstall dependencies:
pnpm installStart the development server:
pnpm devFor 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.