Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
KNOCKOUTJS BLUEPRINTS

You're reading from   KNOCKOUTJS BLUEPRINTS Learn how to design and create amazing web applications using KnockoutJS

Arrow left icon
Product type Paperback
Published in Feb 2015
Publisher
ISBN-13 9781783980840
Length 218 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Carlo Russo Carlo Russo
Author Profile Icon Carlo Russo
Carlo Russo
Arrow right icon
View More author details
Toc

Table of Contents (7) Chapters Close

Getting PhoneGap/Cordova

To start using this framework, follow this guide: http://cordova.apache.org/docs/en/4.0.0/guide_cli_index.md.html#The%20Command-Line%20Interface_installing_the_cordova_cli

Note

PhoneGap and Cordova are two different names for the same framework; in October 2011 PhoneGap was donated to Apache under the name of Apache Cordova; for this reason, you may find references to both names, but the framework is the same.

During the development, we will use the command-line interface.

We could, ourselves, build the application to be distributed, but we will take advantage of the Adobe PhoneGap Build system; you can use it for free, for any open source application and for private applications you want to build.

To get Cordova working, you need to install NodeJS and a Git client; then, after installing Cordova, we use it to create our new application with this command (from the command line):

cordova create PiggyBank com.ko_blueprint.piggybank "Piggy Bank"

Cordova will create...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image