0.0.1 • Published 4 years ago

@pepeenv/cra-template-craco-typescript v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@pepeenv/cra-template-craco-typescript

A custom typescript template for Create React App and CRACO.

To use this template, add --template @pepeenv/craco-typescript when creating a new app.

For example:

npx create-react-app my-app --template @pepeenv/craco-typescript

# or

yarn create react-app my-app --template @pepeenv/craco-typescript

For more information, please refer to:

Credits

This project is made possible by:
gsoft-inc/craco – Create React App Configuration Override is an easy and comprehensible configuration layer for create-react-app.
cra-template-typescript – The official create-react-app typescript template.