How to set local web server in Visual Studio Code
问题 I am new in VS code and working in typescript.Just I am trying to set local server path to open my HTML file.how to set that and when I was trying to set always I am getting error. I can not use this (NPM install) and (NPM start) command in terminal.If I use this command I am getting error. Any proxy issue? How to resolve this issue in VS code? Folder structure: TsDemo--folder name .vscode ->launch.json ->tasks.json out ->app.js ->app.js.map app.ts index.html tsconfig.json i follwed this link