1.0.14 • Published 5 years ago
cra-tailwind-boilerplate v1.0.14
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-boilerplateThen, run cra-tailwind-boilerplate via npx:
npx cra-tailwind-boilerplate my-projectThis 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. |