DEV Community

Discussion on: How to set up tailwindcss with create-react-app + jit feature

Collapse
 
akov profile image
Ako

sorry for late response, I think you are on windows. just install cross-env and change the start script in package.json to this:
"start": "cross-env TAILWIND_MODE=watch craco start"