We have used understandable and easy-to-understand instructions to help you install Urbix - 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:
npm install
npm run build
/wwwroot`) 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 Urbix.sln file with Visual studio and make sure to check asstes folder contain libs folder.
Whenever you make changes to JSON, or CSS files in the assets folder, run the following command to rebuild your project:
npm run build
This will apply all updates, including Tailwind CSS styles.