Skip to content

A customised TypeScript template for Create React App, with Tailwind included.

License

Notifications You must be signed in to change notification settings

voxa/cra-template-ts-tailwind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@voxasoftworks/cra-template-ts-tailwind

This is a template for Create React App, which initialises a project with TypeScript and Tailwind.

Image

To use this template, add --template @voxasoftworks/cra-template-ts-tailwind when creating a new app.

For example:

npx create-react-app my-app --template @voxasoftworks/cra-template-ts-tailwind

# or

yarn create react-app my-app --template @voxasoftworks/cra-template-ts-tailwind

For more information, please refer to: