Skip to content

malcolm-kee/cra-template-typewind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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