Blazor Demo 1
Today i downloaded the demo1 for Blazor. I opened the starterkit project, ran it and icons and links does not work as far as i noticed.
Am i missing anything?
Replies (2)
Hi Federico,
Thank you for reaching out to us.
The default assets folder included in to package is outdated, could you please try to rebuild assets?
Navigate _keenthemes/tools folder with command cd _keenthemes/tools.
Install dependencies with command yarn install or npm install.
âBuild assets with command ââgulp.
â
Check out our Getting Started docs.
https://preview.keenthemes.com/blazor/metronic/docs/getting-started
Please note that our Metronic Blazor version is a Starterkit based on our HTML version, it contains a fully functional layout and a few pages for start (New Password, Reset Password, Sign In, Sign Up, Default Dashboard Page, 500 error page and 404 error page).
You can easily add any other pages by referring to our HTML version, all JS, and CSS code required for any page is already included in our Blazor Starterkit, all you need to do is just copy HTML markup and include JS file on your page (if it is required).
Let me know if you will need any further help on this.
Regards,
Lauris Stepanovs,
Keenthemes Support Team