Deploying Your Application
Working on and developing our application would come to a sad end if we could not publish the final product. While quite straightforward, presenting our application on the internet does require attention to a few details and being familiar with some terms and hosting possibilities.
In this chapter, we will learn about the following:
- What is involved in publishing a web application on the internet
- Considerations for building our application for deployment
- Becoming familiar with the terms and processes to register a domain
- Configuring a web server to host our Single-Page Application (SPA) or Progressive Web Application (PWA)
- Securing our web application's server with Let’s Encrypt
The main purpose of this chapter is to give you the tools to understand the steps needed to publish and secure a website, and by extension, also our SPA or PWA.