---
title: "Link bootstrap on your own project?"  
description: "Link bootstrap on your own project?"  
author: "Ethan Karla"  
published: 2021-07-28  
updated: 2021-07-28  
canonical: https://www.mindstick.com/forum/156582/link-bootstrap-on-your-own-project  
category: "bootstrap"  
tags: ["bootstrap"]  
reading_time: 1 minute  

---

# Link bootstrap on your own project?

How to [link](https://www.mindstick.com/articles/23633/link-builder) bootstrap on your own project? [Define](https://yourviews.mindstick.com/audio/1110/lifestyles-choices-that-define-our-lives) the [possible methods for linking](https://answers.mindstick.com/qa/93840/how-to-link-bootstrap-on-your-own-project-define-the-possible-methods-for-linking-the-bootstrap-files-on-your-project) the Bootstrap [files](https://www.mindstick.com/articles/23302/the-importance-and-advantage-of-keeping-your-important-files-on-the-cloud) on [your project](https://www.mindstick.com/forum/156583/best-way-to-link-bootstrap-file-in-your-project).

## Replies

### Reply by Anonymous User

To connect Bootstrap to your [project](https://www.mindstick.com/articles/105927/how-to-excel-at-managing-multiple-projects). You have to attach the file to your project.

1.) Link with a CDN

CDNs, or Content Delivery Networks, are web-hosted code files that you can include in your project. Using a CDN is the fastest way to set up with Bootstrap.

You can directly visit the official Bootstrap site to find the latest CDN path of Bootstrap library. The link is given below:

https://getbootstrap.com/docs/3.3/getting-started/

2.) Download and use a Local Copy of Bootstrap

[Download Bootstrap as a Zip file](https://github.com/twbs/bootstrap/releases/download/v3.3.7/bootstrap-3.3.7-dist.zip) here. Next, open your computer’s file manager and locate bootstrap-3.3.7-dist.zip in your Downloads folder. Double-click the file to unzip it.

Now copy all files and put it inside your project assets.

Using your favorite text editor, open index.html and locate the head element. And link all Bootstrap CDN files on your html file homepage.

\


---

Original Source: https://www.mindstick.com/forum/156582/link-bootstrap-on-your-own-project

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
