17 Creating a stand-alone web app, part 2

This chapter covers

  • Creating and consuming a web service
  • Completing the basic application features
  • Creating a deployment server and persistent data storage
  • Deploying the application in a container

In this chapter, I complete the stand-alone web application and prepare it for deployment, demonstrating the way that a TypeScript project dovetails with standard development processes for deployment. For quick reference, table 17.1 lists the TypeScript compiler options used in this chapter.

Table 17.1 The TypeScript compiler options used in this chapter

Name

Description

jsx

This option specifies how HTML elements in TSX files are processed.

jsxFactory

This option specifies the name ...

Get Essential TypeScript 5, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.