Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevenxl/pluralsight-backbone-basic-app
A basic 'monolithic' application using backbone.js
https://github.com/stevenxl/pluralsight-backbone-basic-app
Last synced: about 1 month ago
JSON representation
A basic 'monolithic' application using backbone.js
- Host: GitHub
- URL: https://github.com/stevenxl/pluralsight-backbone-basic-app
- Owner: StevenXL
- Created: 2015-12-15T00:06:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-15T00:06:56.000Z (about 9 years ago)
- Last Synced: 2024-11-30T12:33:36.155Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://app.pluralsight.com/library/courses/backbone-fundamentals/table-of-contents
- Size: 43.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backbone.js Tutorial from Pluralsight.com
This is a **partial** repository of [Pluralsight's Backbone.js
Fundamentals](https://app.pluralsight.com/library/courses/backbone-fundamentals/table-of-contents)
course.It is a partial repository because I will not be uploading the rest of the
course as I progress through it. I do not want to get in trouble do to copyright
violations.The reason why I have uploaded this site regardless is that it is a **basic**
backbone application that shows what the library can do. This repository does
not use proper MVC compartmentalization because I wanted to avoid the added
complexity of having to link everything together. It is simply a reference of
how the different pieces talk to each other in one file.