-1
I’m using the awesome font in Windows along with bootstrap, until then used via Link, both css and js.
Today I’m migrating to control via npm, but I install and the icon does not appear. They can tell me what could be?
<div class="input-group">
<input type="text" class="form-control" placeholder="Buscar por palavra-chave" autofocus aria-describedby="input_search" >
<div class="input-group-append">
<span class="input-group-text p-l-r-40" id="input_search" >
<i class="fas fa-search"></i>
</span>
</div>
</div>
When running "npm install" + [email protected]
you are doing something front-end or back-end ?
– novic
@I’m sorry, I didn’t understand your question.
– DeElfos
What are you developing? if yes is back end ... then you need to install in your folder
public
and not in the npm package, or it is Front End that you are programming in conjunction with Backend?– novic