I want to use Tailwind CSS for my react apps. The problem is CRACO start
starts the app on the default port, which is 3000 and I want to have custom ports but I can't figure out what is the right approach. ( Can't find anything about this in their documentation )
I tried something like PORT=5000 CRACO start
inside the scripts
field of the package.json
file but doesn't work.
Any idea?
webpack: config
? – Rumble