DEPLOY YOUR STATIC WEBSITE ON HEROKU
HOW TO DEPLOY YOUR STATIC WEBSITE ON HEROKU Before starting this tutorial I may first tell you what is “Heroku”? Heroku is a cloud platform service where we can easily upload our apps which support multiple programming languages. In the beginning heroku only supported Ruby language but after that it has given support for different languages like Php, Python, Node.js, Clojure, Scala and Go. Heroku uses git repositories to deploy apps on web. After deploying your app on heroku you will get a link which would be your application domain that would be like this: “ applicationname.herokuapp.com” In this tutorial I will teach you how to deploy your simple static Html, Css and JavaScript website or any other simple JavaScript application. What are Git and GitHub? To get started we must first know what Git is. Git is an open source version control system. Git is distributed revision control system which is very fast and lightweight tool. Git was developed by Linux k