Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 506 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 506 Bytes

Building a MEAN Application

This is the course repo for Building a MEAN Application on Treehouse by Huston Hedinger and Ken Howard.

Quick Start

  1. Fork this repo
  2. git clone <your-fork>
  3. Follow along with course and hack away
  4. git commit -am "commit some cool changes"
  5. git push origin someCoolBranch pushes changes to your fork. Great for sharing code and asking for comments on commits.