1.0.1 • Published 3 years ago

@jas7457/cra-template-typescript v1.0.1

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

cra-template-typescript

This is my TypeScript template for Create React App.

This includes additional things like prettier and tailwind while removing some of the boilerplate that the defualt templates add.

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

For example:

npx create-react-app test-cra-template --template @jas7457/typescript

# or

yarn create react-app my-app --template @jas7457/typescript

For more information, please refer to: