Ubuntu: Visual Studio Code with MVC + Phaser = doesn't work?

Without seeing your actual setup, there are a few things that could be going wrong. How is your Typescript being built (I have not done that tutorial before)? Are you referencing the built Javascript files in the Razor view you are returning in MVC? They are possibly in a /build folder once your Typescript has been compiled, but this is configurable in your .tsconfig file. Of course you can’t reference any TS files directly in the browser.