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
- Host: GitHub
- URL: https://github.com/blikblum/marionette-contact-manager
- Owner: blikblum
- License: mit
- Created: 2016-11-04T21:50:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T12:20:37.000Z (almost 7 years ago)
- Last Synced: 2025-02-09T04:21:13.050Z (8 months ago)
- Topics: backbone, marionette, router, tutorial
- Language: JavaScript
- Homepage: http://jsroad.blogspot.com.br/2016/11/tutorial-contact-manager-application.html
- Size: 621 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 installnpm run build
```