I'm completely new to the world of development, so I'll do my best to phrase this question correctly!
Last month, I successfully created my first web application using RoR and Bootstrap for some visual enhancements.
Currently, I am working on a new project that is purely front end (HTML, CSS, js) and I want to integrate Bootstrap again. My code editor of choice is espresso.
How can I incorporate all the features of Bootstrap into my new project? Do I need to transfer files over to my new code folder? I attempted to use '@import bootstrap' in espresso without success :)
Thank you in advance!