Skip to main content

pack-it-React

GitHub license React GitHub Icon

A cli tool to bootstrap your React component project with all the necessary packages and configurations.

Demo

Usage

Run the CLI with npx to setup your new project.

npx pack-it-react go

after that go to your project directory and run

yarn && yarn prepare

Contributing

Contributions are welcome! Follow these steps to contribute to the project:

  • Fork the repository.
  • Create a new branch for your feature or bug fix.
  • Make your changes and submit a pull request.
  • Please ensure your code adheres to the existing coding standards.

GitHub Repository

You can drop a star on the GitHub repository if you find this project useful. Also, feel free to open an issue if you face any problem or if you would like to suggest an improvement.