Chapter 8. Deploying the Application to the Cloud

We've now reached the final stage of development of our sample SPA. In this chapter, we will look at some important points involving all processes of web applications, such as version control, deployment in the cloud, and continuous application deployment. We will cover the following topics:

  • Hosting the project on GitHub
  • Continuous application deployment
  • Automatic deployment from GitHub
  • Hands-on deployment
  • Some final notes about SPA

Hosting the project on GitHub

Before we proceed with the deployment to the cloud, we need to review some important points in our sample application. As mentioned earlier, we need to host our source code on http://github.com. Since we already use Git as our version control ...

Get Learning Single-page Web Application Development 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.