A collection of minimal templates for Create React App
cra-template-minimal
- A minimal JavaScript templatecra-template-minimal-typescript
- A minimal TypeScript templatecra-template-empty
- A (nearly) empty JavaScript templatecra-template-empty-typescript
- A (nearly) empty TypeScript template
To use one of these templates add --template <name>
when creating a new app:
// create a new app with cra-template-minimal
npx create-react-app my-app --template minimal
// create a new app with cra-template-minimal-typescript
npx create-react-app my-app --template minimal-typescript