DEV Community

Discussion on: Create custom CRA (create-react-app) template with tailwindcss, twin.macro and goober

Collapse
 
jamrsim profile image
jamrsim

On the third screenshot the project name may have been missed. Should it probably be something like:

npx create-react-app tailwind-twin-goober --template=file:/path/to/your/dir/cra-template-tailwind-twin-goober/_template_
Enter fullscreen mode Exit fullscreen mode

tailwind-twin-goober added

Collapse
 
rmurati profile image
Redžep Murati

Nice catch. Yes project name should be added. I will update the code.