September 2016
Beginner to intermediate
186 pages
3h 28m
English
In order to use Bootstrap 4 in your project, you first need to add the Bootstrap style sheet and JavaScript files. In this example, you'll use Bower to download the Bootstrap 4 files to your local project:
bower.json to the root of your project folder and set its content to the following in order to add Bootstrap 4 as a dependency: {
"name": "ASP.NET",
"private": true,
"dependencies": {
"bootstrap": "4.0"
}
}
Read now
Unlock full access