-
Book Overview & Buying
-
Table Of Contents
KnockoutJS by Example
By :
The first step is to create the skeleton before we can start building the application features. Follow these steps to create the skeleton. You should be familiar with these steps from earlier chapters.
Create the folder structure for development by following these steps:
Create the folder, MapsApplication. This is the main folder that houses our products grid application.
Add a WebContent folder under the MapsApplication folder. This folder holds content that gets published to the Web.
Add a javascript folder under the WebContent folder. As the folder name suggests, this folder will contain all our JavaScript files.
Add bootstrap folder under the WebContent folder. This folder will contain the Bootstrap files.
Now that we have the folder structure in place, let's add the files to our folders by following these steps.
Add the Knockout library to the javascript folder.
Add the jQuery library to the javascript folder.
Add Bootstrap to the bootstrap folder.
Create the mapsapplication...
Change the font size
Change margin width
Change background colour