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:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.