Reference to Purpose of installing bootstrap through npm?
I'm using the examples here: After downloading npm, I added the following lines to my index.html
  <link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css">
  <script src="../node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
Unfortunately, stylings of my elements did not changed.
I'm getting the following when i do cordova run browser.
    200 /index.html (gzip)
    404 /node_modules/bootstrap/js/bootstrap.min.js
    404 /node_modules/bootstrap/bootstrap.min.css
    200 /css/index.css (gzip)
    200 /cordova.js (gzip)
    200 /img/logo.png
    200 /js/index.js (gzip)
    200 /cordova_plugins.js (gzip)
    200 /plugins/cordova-plugin-device/www/device.js (gzip)
    200 /plugins/cordova-plugin-device/src/browser/DeviceProxy.js (gzip)
    200 /plugins/cordova-plugin-splashscreen/www/splashscreen.js (gzip)
    200 /plugins/cordova-plugin-splashscreen/src/browser/SplashScreenProxy.js (gzip)
    200 /plugins/cordova-plugin-statusbar/www/statusbar.js (gzip)
    200 /plugins/ionic-plugin-keyboard/www/browser/keyboard.js
    200 /plugins/cordova-plugin-statusbar/src/browser/StatusBarProxy.js (gzip)
    200 /config.xml
    404 /node_modules/bootstrap/bootstrap.min.css
    304 /css/index.css
 
    