1.1.0 • Published 4 years ago

cra-template-typewind v1.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

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