prepare-react-app

alternative cli for creating new react projects

Usage no npm install needed!

<script type="module">
  import prepareReactApp from 'https://cdn.skypack.dev/prepare-react-app';
</script>

README

🥏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 additional 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. Install prepare-react-app globally
npm install -g prepare-react-app

Use react-app command to create a new project

react-app my-app

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