mvc-tree icon indicating copy to clipboard operation
mvc-tree copied to clipboard

:deciduous_tree: A chronological visualization of the family of MVC patterns.

MVC Tree

Build Status Test Coverage Code Climate

mvc.givan.se

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 test
  • ember test --server