You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now possible to develop from a remote device on the same network (like a smartphone).
Just run:
* With devtools: `LOCALHOST=false npm start`
* Without devtools: `LOCALHOST=false npm run webpack`
The website will be available from your local IP (which will be logged output on the terminal)
0 commit comments