Having trouble with deploying my little web project. I used npm build/build.js
to build my website to a project folder, making sure to change some paths in my code to be relative to the file and not the root '/'. I uploaded the files to my webhost (provided by my school). This webhost is running phpMyAdmin and MySQL server.
Things that need to be tackled as of now:
Here's a screenshot of my app's (pre-build) Explorer and file structure. Here. Below is an example of variable overrides that didn't take hold. I imagine my problem has something to do with that import statement?
<style lang="scss">
$theme-colors:(
"primary": #bd2d2d,
"light": #ffeaea,
"dark": #ffcece
);
$enable-shadows: true;
@import "node_modules/bootstrap/scss/bootstrap";
</style>