I am setting up my dev environment on Windows with Wakanda for the first time.
I have npm install
ed --save
bootstrap4 and jquery.
My page is not taking on bootstrap class styles.
Below is my code for package.json (i started with unix filesystem '/' characters and tried windows '\', neither worked)
Do I need to modify index.html?
"scripts": [
"..\node_modules\jquery\dist\jquery.js",
"..\node_modules\bootstrap\dist\js\bootstrap.js"
],
"styles": [
"..\node_modules\bootstrap\dist\css\bootstrap.min.css",
"styles.css"
]