All Projects → hegdeashwin → Backbone

hegdeashwin / Backbone

Licence: mit
This training kit has been developed to learn the basics of Backbone.JS.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Backbone

Vie
Semantic Interaction Framework for JavaScript
Stars: ✭ 307 (+265.48%)
Mutual labels:  backbone
Tyto
manage and organise things
Stars: ✭ 662 (+688.1%)
Mutual labels:  backbone
Backbone Responsive Css3 Page Transitions
CSS3 hardware accelerated page transitions optimised for fluid layouts
Stars: ✭ 34 (-59.52%)
Mutual labels:  backbone
Pvt
Stars: ✭ 379 (+351.19%)
Mutual labels:  backbone
Backbone.radio
Messaging patterns for Backbone applications.
Stars: ✭ 496 (+490.48%)
Mutual labels:  backbone
Hackflowy
📓 Workflowy clone, built using Backbone.js & Socket.io
Stars: ✭ 772 (+819.05%)
Mutual labels:  backbone
backbone.base-router
A better starting point for building a new Backbone Router.
Stars: ✭ 49 (-41.67%)
Mutual labels:  backbone
Restfeel
RESTFeel: 一个企业级的API管理&测试平台。RESTFeel帮助你设计、开发、测试您的API。
Stars: ✭ 59 (-29.76%)
Mutual labels:  backbone
Espresso.js
Super minimal MVC library
Stars: ✭ 520 (+519.05%)
Mutual labels:  backbone
Core Ui
Comindware UI components
Stars: ✭ 31 (-63.1%)
Mutual labels:  backbone
Force
The Artsy.net website
Stars: ✭ 429 (+410.71%)
Mutual labels:  backbone
Fullstack Javascript
Source code for the Fullstack JavaScript book
Stars: ✭ 456 (+442.86%)
Mutual labels:  backbone
Juggler
The Backbone.Marionette UI Framework
Stars: ✭ 6 (-92.86%)
Mutual labels:  backbone
Autoedit 2
Fast text based video editing, node Electron Os X desktop app, with Backbone front end.
Stars: ✭ 343 (+308.33%)
Mutual labels:  backbone
Money
Money - let's you manage your money and visualize where your money goes. Built using Ruby 2.3.0, Rails 4.2.5, Backbone and Bootstrap
Stars: ✭ 48 (-42.86%)
Mutual labels:  backbone
backbone-wp
A WordPress theme built with Backbone that uses front-end routing.
Stars: ✭ 12 (-85.71%)
Mutual labels:  backbone
Res2net Pretrainedmodels
(ImageNet pretrained models) The official pytorch implemention of the TPAMI paper "Res2Net: A New Multi-scale Backbone Architecture"
Stars: ✭ 727 (+765.48%)
Mutual labels:  backbone
Marionette.toolkit
A collection of opinionated Backbone.Marionette extensions for large scale application architecture.
Stars: ✭ 71 (-15.48%)
Mutual labels:  backbone
Backbone Faux Server
A framework for mocking up server-side persistence / processing for Backbone.js
Stars: ✭ 55 (-34.52%)
Mutual labels:  backbone
Backbone.vdomview
VirtualDOM-aware Backbone View
Stars: ✭ 23 (-72.62%)
Mutual labels:  backbone

Structuring your web apps with Backbone.js

This training kit has been developed for those who

  • Already have the basic knowledge of JavaScript & jQuery;
  • Who wants to write JavaScript in a structured/pattern way;

This training kit will teach you the basics of Backbone.js and introduction to advanced part;

Prerequisites arranged as per the priority

  • Basic understanding of web development concepts like functional programming, templating etc.
  • JavaScript, jQuery, Underscore.

If you are already know & understand Backbone.js and want to learn Backbone.js Marionette framework then its strongly recommended to skip this training kit and jump to understand the basic to advanced of Backbone.js Marionette from the repository "Learning Backbone Marionette"

Training kit includes below session

  • Ch 1 : Getting Started.

  • Ch 2 : Backbone Model.

  • Ch 3 : Backbone View, Events & Templates.

  • Ch 4 : Backbone Collection.

  • Ch 5 : Backbone Router.

  • Ch 6 : Application DEMO & Plugin examples.

  • For more information on Backbone's coding standards, plugins etc. Please visit Backbone's training kit Github Wiki documentation

How to use training kit examples

Clone the repository and start running the examples in your browser and browse the codes with ready commits or you can also experiment with the code online which is powered by JSFiddle.

Download this repository OR Experiment online

Recommended text editor

You can used any text editor which ever you are comfortable with on any operating systems. But when it comes to JavaScript based project I personally recommend the following editors as per the priority.

  • Sublime Text 2 or above
  • Atom
  • Bracket
  • Notepad++

Development tools

  • Backbone Eye, Home Site | Git Repository A Mozilla FIrefox - Firebug extension for debugging Backbone.js applications. A way to understand Backbone application behavior without wading through JavaScript code.

  • Backbone Debugger, Git Repository A Google Chrome - Developer Tools extension for debugging Backbone.js applications. Displays in real-time all the application views, models, collections and routers, with detailed information such as handled jQuery events, model attributes, collection models, sync status, events triggered and more.

  • Nebula, Git Repository An open source application skeleton for a typical Backbone web apps. You can use it to quickly bootstrap your Backbone web application projects.

  • Nebula-cli, Git Repository Nebula-cli is a command line generator for Nebula. This tool will help to generate a walking application skeleton for a typical Backbone web apps. You can use it to quickly bootstrap your Backbone web application projects.

  • Boneloop, Git Repository An open source enterprise edition of Nebula based upon Backbone + Marionette - A scalable and composite application architecture for Backbone.js. It provides a client-[server]-side stack for building enterprise grade HTML5/Marionette applications. It could be used with any server side like Node.js, Ruby, PHP, JEE, Spring etc. By default it's server side environment comes with Node.js - Loopback (StrongLoop) stack.

  • Bonegear, Git Repository Bonegear is an open source UI components for your Backbone.js projects.

Contributors

Developed & maintained by author: Ashwin Hegde & Contributors

We really appreciate all kind of feedback and contributions. Thank you for using and supporting this project.

To request a feature or you find any typo errors, enhancements or questions; please feel free to send a pull-request on "develop" branch or post it on following link, or vote for the ones that are already registered.

https://github.com/hegdeashwin/Backbone/issues

Visit the following link to know about:

License

The MIT License (MIT)

Copyright (c) 2016-2018 Ashwin Hegde

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].