Overview
Learn about the content that will be covered in this chapter.
We'll cover the following...
A web application should typically run on the web and be accessible by anyone from anywhere. It needs two essential ingredients: a web server hosting the application and a production build to deploy it to that server. In this chapter, ...