1.1.1 • Published 4 years ago
cra-template-base-tailwind-typescript v1.1.1
cra-template-base-tailwind-typescript
My own custom Create React App template with TypeScript which uses Tailwind CSS, PostCSS CLI, and Autoprefixer.
Updated to React 17 and Typescript 4.4.4.
To use and setup, run these commands:
npx create-react-app my-cool-app --template base-tailwind-typescript
cd my-cool-app
npm run setup
To setup eslint-enforced code style, run this command:
npm run eslint