Summary of Deploying a Deno Application Using Local Machine
Go over a summary of what we covered in this chapter.
We'll cover the following...
Recap
And we’re pretty much done! This chapter completes the cycle of development phases in our application by deploying it. We went from building a very simple application, to adding features to it, to adding tests, and—finally—to deploying it.
Here, we learned how we can use some of the benefits of containerization in our applications. We started learning about Docker, our container runtime of choice, and rapidly moved on to creating ...