The goal of this post is to provide a simple description of how to install Bower JS and how to use Bower JS to manage client side dependencies. The first time I tried to use Bower I had problems. Hopefully this tutorial will provide others a complete resource to navigate around the issues that I found.
Assumptions:
- You are a Windows developer
- You will use the Windows Command Prompt instead of Bash
- You have little or no knowledge of Node.js
- You have little or no knowledge of GIT
1. Download and install Node.js
To run Bower you will need to download and install Node.js. Go to http://nodejs.org/ website and select the “install” button (see image below). This should download the version of Node.js you need. For me, when I clicked the “install” the version for Windows 64-bit downloaded. Once Node.js is download, execute the file.
I will not go thought the steps for installing Node.js; it’s very straight forward. During the install I used all default options.
Continue reading “Kick-Start: Bower – A Simple Tutorial of Setting-Up and Using Bower.JS”