Day 31: Deployment

Wednesday, July 13, 2016

Topics

Deploying a Node App to Heroku

On Windows, to get Heroku Toolbelt working with Babun, run export PATH="$PATH;C:\Program Files (x86)\Heroku\bin".

Deploying an Angular App to GitHub Pages

  • The contents of the app directory must be at the top level of your gh-pages branch.
  • The bower_components directory must be in the repository, unless you are not dependent on it (if, for example, you’ve concatenated all of your third-party JS and CSS files).
  • Any compiled/transpiled files (e.g. bundle.js) must be in the repository.

Projects

Meganote Server updates

Meganote Client updates

Homework

Get your Meganote Server running on Heroku!