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?