No description
  • JavaScript 61.7%
  • CSS 21.6%
  • HTML 16.7%
Find a file
2016-03-02 10:09:40 -08:00
app Implemented ability to delete TODOs 2016-03-02 10:09:40 -08:00
mock Added mock data 2016-03-01 16:20:31 -08:00
public Added nav bar using ngInclude 2016-03-02 09:46:16 -08:00
src Implemented ability to delete TODOs 2016-03-02 10:09:40 -08:00
.gitignore Setup webpack 2016-03-01 16:46:02 -08:00
package.json Added POST route for todos 2016-03-01 18:00:18 -08:00
README.md Updated README 2016-03-01 15:30:16 -08:00
webpack.config.js Setup webpack 2016-03-01 16:46:02 -08:00

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.