Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cra-template-minimal-ts

jacobpenny3MIT1.0.2

A minimal TypeScript template for Create React App.

react, create-react-app, template, typescript, prettier, sass

readme

cra-template-minimal-ts

This is minimal TypeScript template for Create React App.

To use this template, add --template minimal-ts when creating a new app.

For example:

npx create-react-app my-app --template minimal-ts

# or

yarn create react-app my-app --template minimal-ts

For more information, please refer to: