I've been looking for quite some time now for this question, but I found nothing.
I scaffold the application using yeoman. I typed grunt serve
to launch the application. I tried accessing my computer
using the the ip address
e.g.
http://192.168.1.32
It correctly show me the default file in my localhost, which is hello world
, now I want to access the one served by yeoman
, by adding a port number :9000
, but it shows me.
Webpage is not available,
are there extra configurations for this?