olebedev / go-starter-kit

[abandoned] Golang isomorphic react/hot reloadable/redux/css-modules/SSR starter kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Port 5001

abzfarah opened this issue · comments

commented

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.

commented

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.

commented

@joelnb thanks