cra-template-styled-tailwind-typescript
v0.1.0
Published
The base TypeScript template for Create React App with Styled-Components and Tailwindcss.
Maintainers
Readme
cra-template-styled-tailwind-typescript
To use this template, add --template styled-tailwind-typescript when creating a new app.
For example:
npx create-react-app my-app --template styled-tailwind-typescript
# or
yarn create react-app my-app --template styled-tailwind-typescript