README
cra-tailwind-boilerplate
cra-tailwind-boilerplate is a package which makes it easy for you to get started writing React applications with Tailwind integrated.
Usage
To use the package, first install globally:
npm install -g cra-tailwind-boilerplate
Then, run cra-tailwind-boilerplate via npx:
npx cra-tailwind-boilerplate my-project
This will bootstrap your application inside ./my-project/.
Command Line Arguments
| Argument | Description |
|---|---|
--template, -t |
Specifies the create-react-app template to use, e.g. typescript |
--version, -v |
Verbose. If enabled will show the output of the underlying commands. If not, will show progress messages in the console. |