How to make a TypeScript webapp in IntelliJ without frameworks

This post outlines how to create a webapp with multiple files and third-party dependencies in TypeScript without relying on Node or Require, using the IntelliJ IDE. For such a seemingly simple task, there is a dearth of useful tutorial material online; most TypeScript guides assume a level of familiarity with JavaScript that I don't think … Continue reading How to make a TypeScript webapp in IntelliJ without frameworks

Advertisement