Full-Stack Web Development with Vue.js and Node

(singke) #1
Going Live Chapter 10

Heroku error logs

If something goes wrong when we are deploying in Heroku, we can also look into the error


logs that Heroku provides with the following command:


$ heroku logs -t

Summary


In this chapter, we learned what CI is and how to use it to make the build automatic in the


application. We also learned about how to deploy apps using Heroku integration. Overall,
we learned how to build a full-stack web application using the Vue.js and Node.js


technologies, we integrated a different authentication mechanism, and we also learned how


to write tests for the application and make deployments for the application.
Congratulations!


This is just the beginning of the journey that you will be taking forward. You should now
be able to make small-to-large scale applications with all the technologies that we have


learned about here.


This book has provided you with the skills to build an application using JavaScript as the
sole programming language using the MEVN stack. This can be a great start if you are


planning on building your own complete application. I hope you enjoyed reading the book
and that you continue building awesome applications!

Free download pdf