Packaging Everything – Best Practices for Deployment
After architecting, developing, and testing your application, it’s time to deploy it to your users.
In this chapter, we will learn the best practices for generating production packages and how to use automation tools to maximize the team’s productivity and effectiveness at this point in the project.
In this chapter, we will cover the following topics:
- Deploying the backend
- Differentiating environments
- Preparing the production bundle
- Mounting a Docker image with Nginx
- Deploying a page to Azure Static Web Apps
By the end of this chapter, you will be able to use the Angular CLI to generate a package optimized for production and CI/CD tools to automate this process for your team.