This is the course repo for Building a MEAN Application on Treehouse by Huston Hedinger and Ken Howard.
- Fork this repo
git clone <your-fork>
- Follow along with course and hack away
git commit -am "commit some cool changes"
git push origin someCoolBranch
pushes changes to your fork. Great for sharing code and asking for comments on commits.