cra-template-typewind
v1.1.0
Published
The TypeScript template for Create React App with Tailwindcss.
Downloads
1
Maintainers
Readme
cra-template-typewind
This is the TypeScript template for Create React App configured with TailwindCSS.
Work best with mk-scripts
.
To use this template, add --template typewind
when creating a new app.
For example:
npx create-react-app my-app --scripts-version mk-scripts --template typewind
# or
yarn create react-app my-app --scripts-version mk-scripts --template typewind