The following are the series of steps involved in Knockout.js installation and usage:
- Create a new web application in NetBeans using the options File | New Project. This opens the New Project wizard, as shown in the following screenshot:
![](https://static.packt-cdn.com/products/9781787284746/graphics/assets/4b214643-5cd8-41fd-963b-4817e6190453.png)
- Press Next to provide the name and location of the project, as shown in the following screenshot:
![](https://static.packt-cdn.com/products/9781787284746/graphics/assets/a78f91d7-b84f-40cb-940c-b58574bf2728.png)
- Enter the Project Name and select the Next option to select the site template; choose No Site Template, as shown in the following screenshot:
![](https://static.packt-cdn.com/products/9781787284746/graphics/assets/586513bb-0102-48fa-b3ca-d93aed2d857d.png)
- Click the Next button to select the build package tools including package.json, bower.json, Gruntfile.js, and gulpfile.js, as shown in the following screenshot:
![](https://static.packt-cdn.com/products/9781787284746/graphics/assets/eef93347-41ec-4763-9d4f-31975f6fd359.png)
- Click on Finish to create the project and show the index.html page, as shown in the following screenshot:
![](https://static.packt-cdn.com/products/9781787284746/graphics/assets/bbb47514-75a2-4589-95d3-ebbd374f5c75.png)
- Right-click on the Site Root folder and choose New Folder to create a directory for...