mirror of
https://github.com/treetrum/mean-todo
synced 2026-06-06 13:21:03 +10:00
No description
- JavaScript 61.7%
- CSS 21.6%
- HTML 16.7%
| app | ||
| mock | ||
| public | ||
| src | ||
| .gitignore | ||
| package.json | ||
| README.md | ||
| webpack.config.js | ||
Building a MEAN Application
This is the course repo for Building a MEAN Application on Treehouse by Huston Hedinger and Ken Howard.
Quick Start
- Fork this repo
git clone <your-fork>- Follow along with course and hack away
git commit -am "commit some cool changes"git push origin someCoolBranchpushes changes to your fork. Great for sharing code and asking for comments on commits.