fack2 / University-Autocomplete

0 stars 0 forks source link

Server running console log #20

Open jema28 opened 5 years ago

jema28 commented 5 years ago

It's good to put the below in console log as the second argument in the server.listen function.

https://github.com/fack2/University-Autocomplete/blob/6586299d3cc6854379fdc9bf1a661a146989d3b2/src/server.js#L6-L8

server.listen(PORT, () => console.log(`Server running on http://localhost:${PORT}`);