How to run local server:
Once you installed all the dependancies run command npm start
How to make build and export:
Run command npm run build. It will create out folder where all the static files are resides.
Fonts
By default, the template loads this font from Google Web Font Services, you can change the font with the one that suits you best.
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500|Poppins:200,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Barlow:300,500,600,700|Open+Sans:300,400|Roboto+Slab:300,400,700');
Simple line Icons
<i class="icon-drawer">"></i>
Font Awesome Icons
<i class="fa-solid fa-eye">"></i>



