Chapter 10. Deploying a Full-Stack App to the Cloud
Now that the functionality of Vuebnb is complete, the final step is to deploy it to production. We'll use two free services, Heroku and KeyCDN, to share Vuebnb with the world.
Topics covered in this chapter:
- An introduction to the Heroku cloud platform service
- Deploying Vuebnb to Heroku as a free app
- How CDNs improve the performance of full-stack apps
- Integrating a free CDN with Laravel
- Building assets in production-mode for performance and security