HomepageExploring TypeScript (TS 5.8 Edition)
You can support this book: buy it or donate
(Ad, please don’t block.)

10 Creating apps with TypeScript

In this chapter, I’ll give a few tips for using TypeScript to write apps.

10.1 Writing TypeScript apps for web browsers

Even with plain JavaScript, most projects use build tools for frontend web apps, for various reasons. Most of those build tools support TypeScript out of the box.

If you:

Then you can take a look at the “Getting Started” page for Vite, a popular frontend build tool.

But there are many other build tools for JavaScript. These are some of them:

10.2 Writing TypeScript apps for server-side runtimes

Getting started with Node.js: