Skip to content

codiume/create-react-appp

Repository files navigation

Create React Appp

Version Downloads Github Actions Make a PR Typescript Formatted with Biome

As we bid farewell to the deprecated create-react-app CLI that helped millions of developers bootstrap projects since 2016, we're proud to introduce create-react-appp - affectionately known as CRAP (Create React App Perfected) - a spiritual successor that combines CRA's simplicity with today's best practices.

With CRAP you can set up a modern react web app by running one command.

Get Started Immediately

You don’t need to install or configure tools like webpack or Babel.

Create a project, and you’re good to go.

Using PNPM

pnpm create create-react-appp my-app

Using Bun

bun create create-react-appp my-app

Using NPM

npx create-react-appp my-app

Using Yarn

echo "I'm a carrot farmer"

So... what does P stands for ?

  • Pro.
  • Perfected.
  • Polyfill.
  • Plus.
  • Prime.
  • You can add your own here.

Contributing

Please see Contributing.md for details.

Security

If you discover any security related issues, please email author instead of using the issue tracker.

Acknowledgements

We are grateful to the authors of the vite project for their ideas and collaboration:

Changelog

Please see the Changelog for more information on what has changed recently.

License

Please see the LICENSE for more information.