4.1.0 • Published 2 years ago

cra-template-tailwindcss-typescript v4.1.0

Weekly downloads
22
License
MIT
Repository
github
Last release
2 years ago

cra-template-tailwindcss-typescript

All Contributors

A streamlined Tailwind CSS v3.x template for Create React App in TypeScript.

Usage

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

Note to self

This is for myself or others trying to create from source code.

Prepare the husky, pre-github hook

npm run prepare

Install git-cz globally

pnpm i -g git-cz
# or
npm i -g git-cz

Create a new create-react-app project from my source code

npx create-react-app tw3 --template file:/home/dance2die/src/github/dance2die/cra-template-tailwindcss-typescript

If you didn't run npm run prepare from the source code, you will get an error like this,

sh: husky: command not found
npm ERR! code 127
npm ERR! path /Users/X/Desktop/Workspace/project
npm ERR! command failed
npm ERR! command sh -c husky install

Credits

This project was made possible thanks to the following projects.

  1. GeoffSelby/cra-template-tailwindcss - A streamlined Tailwind CSS template for Create React App (in JavaScript).
  2. cra-template-typescript - An official TypeScript template for create-react-app.

License

MIT © Sung M. Kim

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

3.1.0

2 years ago

4.1.0

2 years ago

4.0.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.8.0

4 years ago

1.7.2

4 years ago

1.7.1

4 years ago

1.6.2

4 years ago

1.6.0

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.6

4 years ago

1.4.4

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago