February 2019
Beginner
694 pages
18h 4m
English
Setting up a Backbone environment is fairly simple, and can be accomplished through tsc, and npm as follows:
Initialize the TypeScript environment with tsc:
tsc --init
Initialize npm, and install Backbone, Bootstrap, JBone, and the declaration files for Backbone using the @types syntax, as follows:
npm init npm install backbone npm install bootstrap npm install jbone npm install @types/backbone
Read now
Unlock full access