Bootstrap/Getting started: Difference between revisions

Jump to navigation Jump to search
Created page with "Getting started with Bootstrap is fairly easy. You can install it via NPM, or directly include the CSS and JavaScript in your HTML file. == via NPM == You can install Bootstrap via your npm package manager just by typing this command: <pre>npm install [email protected]</pre> == Inserting it into HTML == This is the ''recommended'' way of installing Bootstrap. Insert these tags into the <head> of your HTML file. <pre><link href="https://cdn.jsdelivr.net/npm/bootstra..."
(Created page with "Getting started with Bootstrap is fairly easy. You can install it via NPM, or directly include the CSS and JavaScript in your HTML file. == via NPM == You can install Bootstrap via your npm package manager just by typing this command: <pre>npm install [email protected]</pre> == Inserting it into HTML == This is the ''recommended'' way of installing Bootstrap. Insert these tags into the <head> of your HTML file. <pre><link href="https://cdn.jsdelivr.net/npm/bootstra...")
(No difference)

Navigation menu