0

I just run react-fullstack generator, and got two identical servers running at port 3000 and 3001.

A quick google found that the 3001 port is supposed to be a webpack-dev-server. But the actual content I see at 3000 and 3001 is identical!

What's the difference between the two?

ripper234
  • 222,824
  • 274
  • 634
  • 905
  • Maybe you're serving a webpack-dev-server + another express or something and they each take their own port? – Omri Aharon Jan 06 '17 at 11:47
  • https://www.fullstackreact.com/articles/using-create-react-app-with-a-server/ so 3000 is the webpack dev server and 3001 the API server. – GuyT Jan 06 '17 at 11:48
  • Not sure, I just created a fresh project using https://www.npmjs.com/package/generator-react-fullstack, and got identical webpages on 3000 and 3001. – ripper234 Jan 06 '17 at 12:21

0 Answers0