Change WebStorm LiveEdit Port (63342)

前端 未结 5 819
轮回少年
轮回少年 2021-01-01 16:48

How can I change the port of the LiveEdit feature in WebStorm ?

The default port is 63342, so i can run my project from : http://localhost:63342/PROJECT_NAME

5条回答
  •  轮回少年
    2021-01-01 17:04

    Press Key CTRL +ALT +S

    Or

    Got to Menu File->Settings->Build, Execution and Deployment-> Debugger

    Change the server port. Keep in mind, the port you are trying to use should be free.

    If you want to see the live edit. You have to install the chrome extension.

    Install Jetbrain Chrome extension

    Go the option of IntelliJ idea extension. change the port here also for synchronization.

    Restart your IntelliJ idea for effect.

提交回复
热议问题