cra-template-craco-tailwindcss-typescript

TypeScript template for Create React App that configures Tailwind CSS through CRACO.

Usage no npm install needed!

<script type="module">
  import craTemplateCracoTailwindcssTypescript from 'https://cdn.skypack.dev/cra-template-craco-tailwindcss-typescript';
</script>

README

cra-template-craco-tailwindcss-typescript

Based on cra-template-tailwindcss with TypeScript support based on the official TypeScript template for Create React App.

To use this template, add --template craco-tailwindcss-typescript when creating a new app.

For example:

npx create-react-app my-app --template craco-tailwindcss-typescript

# or

yarn create react-app my-app --template craco-tailwindcss-typescript

For more information, please refer to: