September 2017
Intermediate to advanced
450 pages
11h 24m
English
Let's enhance our new Bootstrap accordion component by putting a user icon next to all our author's names and a newspaper icon next to their blog post titles. Before we can get started, we will need to install font-awesome as a dependency to our project. We will do this in the same way we did for Bootstrap using NPM:
npm install font-awesome --save
This will put the font-awesome package in our node_modules package so that we can reference it.
Read now
Unlock full access