- Install Express
- Client Side Libraries
- Use BackBone boilerplate code
- Associate a View with existing DOM (Document Object model) Eelement
- Create a View Element that will create DOM element on fly
- Loading a Template ( This is not the most efficient way, but let us understand the fundamentals. Going forward we will include template in a seperate HTML file)
- Listening for Events
- Model
- Add custom methods to Model
- Listening for changes to Model
- Interacting with remote server
No comments:
Post a Comment