/diving-into-canjs-amd

Complete contact manager from Diving into CanJS using AMD (RequireJS)

Primary LanguageJavaScript

Quick Start

Requirements: - nodejs - grunt - bower

npm install && bower install && grunt

Navigate to localhost:8000

About

This is an amd version of Diving into CanJS. I tried to stay as true to using modules as possible with this example and not use globals like in the original tutorial app.