html5-boilerplate
html5-boilerplate copied to clipboard
Use first free port
If I have 3000 in use, it will create a live reload setup that uses that port, which would redirect me to a project that is already running. I have to manually update the webpack configuration to a free port instead.
The request if I can call it that way here would be to "ask to use free port XXXX", hit enter/y and go with that (like CRA does it)
ok, I'll try to add this.