Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JavaScriptMVC (JMVC) Tutorials

I'm interested in learning JavaScriptMVC. I've gone through Getting Started and a bunch of the official docs, but I learn best by looking at other people's code. I'm not finding much else in the way of tutorials or sample/open source apps using it.

Anyone know of good tutorials or open source apps I can look at to see how it's used in a more complex app?

PS: I'm aware of the Srchr tutorial, but the proxy at work is blocking me from getting the code with getjs. Is there someplace to download it from the web? If not, I'll grab it at home this weekend.

like image 262
Craig M Avatar asked Jun 09 '11 19:06

Craig M


1 Answers

There are some small examples in the end of each article in JMVC documentation (read core - Model, Controller, View). Also read this https://gist.github.com/989117

Ask on JMVC forum. My advice - start building your own app - it will the best tutorial.

Good luck.

like image 60
WHITECOLOR Avatar answered Oct 13 '22 00:10

WHITECOLOR