How to run my Three.js application under Visual Studio?

  1. So what you want to do is create a web server in VS? Or connect VS to an existing web server for live reload? Or debug server code with VS?
  2. Wouldn’t it be easier to use Visual Studio Code ? Original Visual Studio wasn’t very useful for web development pretty much at all - besides just being a text editor.
    VSCode is created with web in mind, plus it has a lot of plugins that will do what you are attempting to do automatically.
1 Like