An open API service indexing awesome lists of open source software.

https://github.com/blikblum/marionette-contact-manager

A contact manager app built with MarionetteJS v3
https://github.com/blikblum/marionette-contact-manager

backbone marionette router tutorial

Last synced: 6 months ago
JSON representation

A contact manager app built with MarionetteJS v3

Awesome Lists containing this project

README

          

# marionette-contact-manager

A contact manager example built with Marionette, based on an [Aurelia tutorial](http://jsroad.blogspot.com.br/2016/11/tutorial-contact-manager-application.html)

The tutorial branch in this repository has the app built in this [tutorial](http://jsroad.blogspot.com.br/2016/11/tutorial-contact-manager-application.html), while the master has a modernized version

It requires a browser with native Promise implemantation

Check the [live demo](https://blikblum.github.io/marionette-contact-manager/build/)

## Installation

```
npm install

npm run build
```