ga-wdi-boston/express-api-template-ARCHIVED

Nodemon and npm start should report what port is being used

Closed this issue · 5 comments

Nodemon and npm start should report what port is being used
gaand commented

They do if you run it like this:

DEBUG=express-template:server npm start

@gaand I tried that and it did not tell me the port. =/

NEVERMIND. (I had already updated to express-api-template. But had not changed your command.)

gaand commented

Add this (and related?) to the README:

DEBUG=express-api-template:server <npm start|nodemon>
gaand commented

Fixed in edde1a4

and 6e72ab5