olebedev / go-starter-kit

[abandoned] Golang isomorphic react/hot reloadable/redux/css-modules/SSR starter kit
Other
2.82k stars 359 forks source link

Port 5001 #93

Closed abzfarah closed 6 years ago

abzfarah commented 6 years ago

Just wondering why is it that you can load the browser on port 5001? I've been looking for where you set this config but can't find it. When I search the repo the only reference I get is the readme.

joelnb commented 6 years ago

I think you should look in hot.proxy.js (in the root of the repo) - specifically the line where it does 'port++' (after setting it to 5000 if you didn't specify another port through the env var).

Sorry for the lack of links as I'm on mobile but hopefully this should help you find what you want.

abzfarah commented 6 years ago

@joelnb thanks