I have never used bootstrap and i'm not quite sure how it works, so there are a couple of things I want to know:
Do I really need grunt?
I created a folder Bootstrap Project". Once I was inside, I added npm. After that npm install -g grunt-cli to add grunt. Finally, I did npm install bootstrap.
The problem is that I don't know what else do I have to do to start working on my project.
Do I have to create an HTML and add the code of bootstrap?