Build in webserver not working

Hi, i have problems with the build-in webserver. only the local webserver is working but not the one on my network. 

-1
3 comments

Not sure I follow you... What problems using the built-in webserver have you faced?

0

LIKE THIS: 
i don't get the server on the network exempel: http://192.803.1.12 

i only get the local one like: http://localhost:3000/

Before webstorm automatically created both local and on network. 

0

It's not WebStorm that creates these servers, these are dev servers started when you launch your app with npm start

1

Please sign in to leave a comment.