Skip to content

bartektelec/prepare-react-app

Repository files navigation

🥏prepare-react-app

An alternative CLI for creating new React projects, with minimalistic approach and many customization possibilities.

release version weekly download count primary language procentage workflow build status last commit badge licence badge


program screenshot

Why?

I'm tired of using Create React App which ships with a lot of additional dependencies, but doesn't really add any of the most used tooling for React apps. I've wished that React had it's own CLI that does the job as good as i.e. Vue CLI, so you don't need to spend hours to set up a linter for your new project. That's where prepare-react-app comes in handy, it let's you initiate a new React project where you can choose yourself which parts you want to include in your build.

Usage

  1. Run prepare-react-app using npx
npx prepare-react-app <app-name>

Follow the instructions to set it up as you like

Development

npm run build to compile TypeScript files npm run test to run tests

Licence

MIT