So i created a new project with .net core 2.2 react-redux (typescript) and i want to use font awesome.
how do i proceed ?
I have tried installing the npm package and putting in my boot-client.tsx filebut it does not work
import '../../node_modules/font-awesome/css/font-awesome.min.css';