Skip to content

givanse/mvc-tree

Repository files navigation

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