Skip to content

Latest commit

 

History

History
 
 

typescript-backbone

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

TypeScript & Backbone.js TodoMVC Example

TypeScript is a language for application-scale JavaScript development. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. Any browser. Any host. Any OS. Open Source.

TypeScript - typescriptlang.org

Learning TypeScript

The TypeScript website is a great resource for getting started.

Here are some links you may find helpful:

Articles and guides from the community:

Get help from other TypeScript users:

If you have other helpful links to share, or find any of the links above no longer work, please let us know.

Implementation

This application uses TypeScript classes to create Backbone.js models and views, and jQuery for all DOM manipulation.

Running

To compile the TypeScript in this project, install the dependencies and run the compile script.

# from examples/typescript-backbone
$ npm run compile
$ open index.html