Full-Stack Web Development with Vue.js and Node

(singke) #1
Going Live Chapter 10

This will create a Heroku application. Now, let's switch to our application in the Terminal


and run the following:


$ cd movie_rating_app
$ heroku login

This command will prompt you to enter your email and password:


Now, if you have already initialized a Git repository in your application, you can skip the


git init part in the following code snippet:


$ git init
$ heroku git:remote -a movie-rating-app-1
Free download pdf