cra-template-ts-tw-fs
- Typescript
- Tailwind (ts)
- Feature Sliced (fs)
- husky, eslint, prettier included
To use this template, add --template ts-tw-fs
when creating a new app.
For example:
npx create-react-app my-app --template ts-tw-fs
# or
yarn create react-app my-app --template ts-tw-fs