freeCodeCamp / pantry-for-good

An open source food bank logistics and inventory management tool
Other
395 stars 189 forks source link

Looking for a certain file #331

Closed wildaces215 closed 6 years ago

wildaces215 commented 6 years ago

Recently I was starting up the application and it states that the web application is running on 300. I would like to change the 3000 number to 8080 where is the file that outputs to the command line?

jspaine commented 6 years ago

The api server runs on port 3000, the client is served on 8080 by webpack dev server. Maybe the server message should be changed to something clearer.