Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

default port is not working when developing locally #99

Open
zkurzyns opened this issue Oct 21, 2019 · 0 comments
Open

default port is not working when developing locally #99

zkurzyns opened this issue Oct 21, 2019 · 0 comments

Comments

@zkurzyns
Copy link
Contributor

According to README, this command
npm run-script server
Should start a server instance and begin listening for connections at http://localhost:8080

It looks like it doesn't work.
When I launch that command the serwer runs on some random ports.

Adding an option --port 8080 in package.json forces 8080 port usage.

"server": "webpack-dev-server --history-api-fallback --inline --progress --devtool source-map --mode development --port 8080"

I am not sure if this is my env problem, can any one confirm it?

@zkurzyns zkurzyns changed the title default port is not warking when developing locally default port is not working when developing locally Oct 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant