Creating the skeleton

The next 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.

First, create the folder structure for development:

  1. Create the ProductsGrid folder. This is the main folder that houses our products grid application.
  2. Add a WebContent folder under the ProductsGrid folder. This folder holds the content that gets published on the Web.
  3. Add a javascript folder under the WebContent folder. As the folder name suggests, this folder will contain all our JavaScript files.
  4. Add a bootstrap folder under the WebContent folder. This folder will contain the Bootstrap files.

Now that we have the folder structure ...

Get KnockoutJS by Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.