Summary
The default port 3000 conflicts with React, Next.js, Express, and many other dev tools. Change to 4443 which is uncommon and less likely to collide.
Changes needed
src/config.js — default port
bin/jss.js — help text
docs/configuration.md — examples
- Article/README examples
Summary
The default port 3000 conflicts with React, Next.js, Express, and many other dev tools. Change to 4443 which is uncommon and less likely to collide.
Changes needed
src/config.js— default portbin/jss.js— help textdocs/configuration.md— examples