Build in webserver not working Follow Mersmel Created October 15, 2021 11:54 Hi, i have problems with the build-in webserver. only the local webserver is working but not the one on my network.
Not sure I follow you... What problems using the built-in webserver have you faced?
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.
It's not WebStorm that creates these servers, these are dev servers started when you launch your app with
npm start