Summary
In this chapter, we learned how to deploy a full-stack app to a Heroku cloud server. To do this, we used the Heroku CLI to set up a new Heroku app, and then deployed it using Heroku's Git server.
We also created a CDN with KeyCDN, and used FTP to deploy our static assets to the CDN.
Finally, we learned why it's important for performance and security to build our JavaScript assets in production-mode ahead of deployment.
This is the final chapter of the book. Thank you for reading and good luck on your web development journey!