cli-react-app

Command line interface for rapid React.js development.

Usage no npm install needed!

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

README

cli-react-app

Command line interface for rapid React.js development.

Install

npm i -g cli-react-app

Usage

react create <app-name> [-p <preset>]

# preset: babel (default), typescript

cd app-name && npm i

npm run dev   # development
npm run build # production
npm test      # starts the test runner