olebedev / go-starter-kit

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

Makefile commands are launched separately #94

Open leanderme opened 6 years ago

leanderme commented 6 years ago

Hi thanks for open sourcing this. I'm currently experimenting with the project and found that running make serve runs the webpack command, then exists out while the process continues in the background and afterwarts launches the Go server.

Developing still works of course but the processes continue in the background when stopping using ^C.

As a workaround I'm killing the ports afterwards manually. Has anyone noticed the same behaviour?

senthilsivanath commented 6 years ago

Yup the process on port continues.