saikat / react-apollo-starter-kit

A production-ready starter kit for making a React/Apollo application.
MIT License
186 stars 28 forks source link

port 8080 doesn't work #16

Closed KristerV closed 8 years ago

KristerV commented 8 years ago

here's what I see when I haven't changed anything and just go to localhost:8080. On Arch linux. Port 3000 seems to work for everything exept the link. Started with npm run dev.

image

saikat commented 8 years ago

Closing this as the correct port to use is 3000. 8080 is just the backend server but won't load your webpack assets.