Book Image

OpenCart Theme and Module Development

By : Rupak Nepali
Book Image

OpenCart Theme and Module Development

By: Rupak Nepali

Overview of this book

Table of Contents (13 chapters)
OpenCart Theme and Module Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Bootstrap


Bootstrap is open source and is used for scaffolding to develop a responsive website using HTML, CSS and JavaScript. It is also used to manage layouts or make a presentation layer for every device. The current version of Bootstrap is 3.2.0, which has an easy learning curve.

Bootstrap is improving with age and has covered all devices. Thus, it is mobile and retina friendly, with the power of Leaner CSS (LESS). LESS is one of the loved precompiled CSS languages, and is used in bootstrap to gain tremendous power and efficiency. You can visit http://getbootstrap.com/ to get more details about bootstrap. We are just focusing on OpenCart.

Go to http://getbootstrap.com and click on the Download Bootstrap button. It will redirect to a page from where you can download the Bootstrap files.

Click on Download source, as shown in the following screenshot. You can download directly from GitHub as well (https://github.com/twbs/bootstrap); click on Download ZIP. Unzip the files and you will see...