1.0.2 • Published 3 years ago

cra-template-minimal-ts v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

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: