@voxasoftworks/cra-template-ts-tailwind
This is a template for Create React App, which initialises a project with TypeScript and Tailwind.
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:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
- Using Tailwind CSS – A utility-first CSS framework for styled components.