Home  >  Article  >  Development Tools  >  How to start vscode project

How to start vscode project

王林
王林Original
2019-12-02 14:28:4320735browse

How to start vscode project

First install the debugger, commonly used are Debugger for Firefox and Debugger for Chrome, Search and install directly

How to start vscode project

Open the project. At this time, the browser is not configured

How to start vscode project

Select to add configuration and follow the prompts to add it. After the addition is completed, a browser configuration file launch.json will be automatically generated

How to start vscode project

In the configuration file, change the port to 4200, the default launch port of ng serve to 4200. After starting the service through ng serve, you can directly click to run the project.

How to start vscode project

Finish!

Recommended related articles and tutorials: vscode tutorial

The above is the detailed content of How to start vscode project. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn