Closed finnome closed 8 years ago
how to change the port 8080 to 6000
you can look at the webpack-dev-server configuration and update the package.json start script accordingly. (you just have to add the flag --port 6000.
package.json
--port 6000
cheers.
how to change the port 8080 to 6000