mvc-tree
mvc-tree copied to clipboard
:deciduous_tree: A chronological visualization of the family of MVC patterns.
MVC Tree
Data files are found in:
- app/jsons
- app/templates/dpatterns
- app/templates/technologies
Prerequisites
You will need the following things properly installed on your computer.
Installation
git clone <repository-url>
cd mvc-tree
npm install
bower install
Running / Development
ember server
Visit your app at http://localhost:4200.
Running Tests
ember testember test --server