Home>Article>Development Tools> How to open local service in vscode
1. Install the Debugger for Chrome plug-in
2. Use the ctrl ` shortcut key to open the terminal, and then enter the following command:
npm install -g live-server
3. Enterlive-server
in the command line.
Recommended related articles and tutorials:vscode tutorial
The above is the detailed content of How to open local service in vscode. For more information, please follow other related articles on the PHP Chinese website!