Skip to content

Commit 9fd280f

Browse files
author
cormac
committed
Readme merge
Merge branch 'master' of https://github.com/cormac/backbone-require-tutorial
2 parents 0e38101 + c070b04 commit 9fd280f

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,27 @@ Backbone RequireJS example
22
==========================
33
A short example to illustrate the use of backbone and requireJs together.
44

5-
The completed program is available on the master branch
5+
The intention is to show how requireJs can be used to organise our code into small well defined modules.
6+
Backbone is used to organise the code within these modules and to provide communication between them via an event based
7+
communication architecture.
8+
9+
The completed program is available on the master branch (this one!)
610

711
The tutorial moves through the branches in this order
812

9-
- start
13+
- [start:](https://github.com/cormac/backbone-require-tutorial/tree/start)
1014
contains the file structure, html file and twitter search module, requireJs
1115
config file is also in place
12-
- search
16+
- [search:](https://github.com/cormac/backbone-require-tutorial/tree/search)
1317
Search input view created
14-
- dispatcher
18+
- [dispatcher:](https://github.com/cormac/backbone-require-tutorial/tree/dispatcher)
1519
Global Event dispatcher created
16-
- router
20+
- [router:](https://github.com/cormac/backbone-require-tutorial/tree/router)
1721
Router added to the application
18-
- complete
22+
- [complete:](https://github.com/cormac/backbone-require-tutorial/tree/complete)
1923
Tweet display module created
2024

2125
TODO: create tutorial content for each branch to bring you up to the next branch in the sequence
2226

27+
UPDATE: content there for start branch
28+

0 commit comments

Comments
 (0)