JavaScriptMVC (JMVC) Tutorials
Asked Answered
M

1

6

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.

Mizell answered 9/6, 2011 at 19:12 Comment(0)
T
8

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.

Tessler answered 20/6, 2011 at 14:6 Comment(2)
Still not quite what I was looking for, but it seems like the best I'm going to get. The link was helpful. Thanks.Mizell
you can to do this exercise on the Following page, point by point, the rest is to add more features to the application Following the structure of the framework.Hydrography

© 2022 - 2024 — McMap. All rights reserved.