We have used understandable and easy-to-understand instructions to help you install Mirbal - Admin & Dashboard Template in your project. Follow the below steps to get started.
Node.js and npm (Node Package Manager) are installed on
your system. Make sure to use node version 22.*.Node.js is not installed, download and install it from
the website. npm
comes bundled with Node.js.package.json file:
yarn
yarn run build
/wwwroot/assets`) that contains
minified and ready-to-deploy files. It ensures your project is optimized for performance in
a production environment.After you finished with the above steps, you can run the following commands to run the project locally or build for production use:
Open Solution file
Open Mirbal.sln file with Visual studio and make sure to check asstes folder contain libs folder.
Whenever you make changes to JavaScript, JSON, or CSS files in the assets folder, run the following command to rebuild your project:
yarn run build
This will apply all updates, including Tailwind CSS styles.