I'm currently working on creating a real estate web application. I found a great html/css theme on envato that looks amazing when viewed locally, but not so much when I try to run it on my express server hosted on my machine.
Upon removing
"var bootstrap = require('bootstrap');"
from my code, the website loads but the layout is not displaying correctly. Has anyone else encountered this issue before?