https://github.com/zedd45/canjs_commander_exercise
Bitovi Training Exercise
https://github.com/zedd45/canjs_commander_exercise
Last synced: about 1 year ago
JSON representation
Bitovi Training Exercise
- Host: GitHub
- URL: https://github.com/zedd45/canjs_commander_exercise
- Owner: zedd45
- Created: 2015-02-26T23:09:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-27T02:46:48.000Z (over 11 years ago)
- Last Synced: 2025-02-03T09:43:09.959Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CanJS demo
This demo is derived from an exercise to reproduce the code on http://cancommand.herokuapp.com/. This code was written when I was in a [Bitovi training](http://bitovi.com/training) led by [Alexis Abril](https://github.com/alexisabril).
The basic concepts are to utilize [can.Models](http://canjs.com/docs/can.Model.html), [can.Component](http://canjs.com/docs/can.Component.html), [can.stache](http://canjs.com/docs/can.stache.html) (for live binding with improved [`mustache`](https://mustache.github.io/) templates) and [stealJS](http://stealjs.com/) for dependency management.
I wrote this code as an exercise during the training (thanks [@WalmartLabs](https://twitter.com/walmartlabs)), but I will be modifying it periodically to try things out (and I'm about to fork it and try the [`ES6`](https://github.com/ModuleLoader/es6-module-loader/wiki/Brief-Overview-of-ES6-Module-syntax) syntax. Yum.)