ga-wdi-boston / full-stack-project

Other
8 stars 64 forks source link

incorporating bootstrap #1022

Closed ryanwk closed 7 years ago

ryanwk commented 7 years ago

I tried last night to download a bootstrap theme and place the files into my front end rep. Moved files around and couldn't seem to get the theme to display. Kept getting an error concerning requiring files / couldn't find modules.

In my front end repo I noticed an index.scss file with something resembling this: @import ~/bootstrap ... etc

How do I set up my theme?

I was able to do this with my personal portfolio quite easily by simply placing the files into my repo and adding the themes html/header/footer links to my index.html file. However, this time around that's not working.

cpearce31 commented 7 years ago

Is the theme a group of CSS files?

ryanwk commented 7 years ago

yes

payne-chris-r commented 7 years ago

Webpack != vanilla html/js/css Smashing a bootstrap template into browser template is probably not worth your time. Your'e much better off looking at how they did certain things, and trying to replicate them inside the template like you know how than trying to "cut and paste" a boostrapped template.

ryanwk commented 7 years ago

ok, thanks!