I have been following the Contact Manager tutorial and would like to add Font Awesome to the project. Here\'s what I have done so far:
npm insta
Funny I was trying to get the same thing working this morning. This is all I had to do in my aurelia.json dependencies for it to work:
{ "name": "font-awesome", "path": "../node_modules/font-awesome/", "main": "", "resources": [ "css/font-awesome.min.css" ] },
Then in my html I had: