Chapter 7: Single-Page Application Deployment
In the previous chapter, we discussed software testing and how to write a test and apply it during the development process to prevent errors and improve the software quality.
The last step in the software development life cycle is deploying the application to online services. In this chapter, we'll create a simple mock server as your application's backend using the open source Mockachino service. You will learn how to build the application and the compiled source code files generated by Umi. You'll also learn how to deploy and configure your application on AWS Amplify.
In this chapter, we'll cover the following main topics:
- Creating a mock server with Mockachino
- Compiling the application and setting environment variables
- Hosting the application on AWS Amplify
By the end of this chapter, you'll have learned how to build the application and the compiled source code files generated by Umi...