Piruadmin Bootstrap 5 Dashboard screenshot

Piruadmin Bootstrap 5 Dashboard

Author Avatar Theme by Pirulug
Updated: 3 Jan 2026
7 Stars

PiruAdmin is a free and open source HTML admin template and admin panel based on Bootstrap 5.

Categories

Overview

AdminPirulug is a theme that includes a custom Webpack file for easy recompilation and minimization of theme assets during development or deployment. To use Webpack, Node.js must be installed. The theme also provides webpack-dev-server, which automatically detects changes in files and starts a local web server. AdminPirulug is distributed under the MIT License and was created by Pirulug.

Features

  • Custom Webpack file for quick recompilation and minimization of theme assets
  • Integration with Node.js for seamless usage of Webpack
  • webpack-dev-server for automatic detection of file changes and local web server initiation

Installation

To get started with AdminPirulug, follow these steps:

  1. Install Node.js. You can download it from the official Node.js website.
  2. Open your terminal or command prompt and navigate to the directory where you want to install AdminPirulug.
  3. Run the following command to install the remaining dependencies:
npm install
  1. Once the dependencies are installed, you can modify the source files located in the dist/ folder.
  2. Run the following command to compile, optimize, minimize, and obfuscate all source files into the dist/ folder:
webpack
  1. To start the local web server and automatically detect file changes, run the following command:
webpack-dev-server
  1. Access the local web server at http://localhost:8989.

Summary

AdminPirulug is a versatile theme with a custom Webpack file that streamlines the recompilation and minimization of theme assets. It requires Node.js for seamless usage and provides webpack-dev-server for automatic detection of file changes. By following the installation guide, users can quickly set up AdminPirulug and start customizing their source files.