Locked lesson.
About this lesson
Let's do a few odds and ends to finish up.
Exercise files
Download this lesson’s related exercise files.
Finishing Up.docx59.3 KB Finishing Up - Solution.docx
59.3 KB
Quick reference
Finishing Up
Time to finish up the app!
When to use
Do this at the end of creating an app.
Instructions
Our app is done. Now it's time to save our code to git, push it to github, and then push it to Heroku!
Save the code to git and push it to github:
git add .
git commit -am "final flashcard app"
git push
Push your code to Heroku:
git push heroku master
Thats it!
Hints & tips
- Save code to git
- Push code to github
- Push code to heroku
Lesson notes are only available for subscribers.