Bootstrap/Getting started: Difference between revisions

no edit summary
(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 edit summary
'''[[Bootstrap|Back to Bootstrap]]'''
 
Getting started with Bootstrap is fairly easy. You can install it via NPM, or directly include the CSS and JavaScript in your HTML file.