3.3.0 • Published 1 year ago

adminkit-pro v3.3.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

AdminKit PRO – Bootstrap 5 Admin Template

A professional Admin & Dashboard template based on Bootstrap 5 that comes with hundreds of UI components, forms, tables, charts, pages and icons. AdminKit does not require jQuery and neither does one of the 3rd party libraries AdminKit is using.

Thanks for buying. Navigate to https://adminkit.io/docs to get started.

Quick start

The theme includes a custom Webpack file, which can be used to quickly recompile and minify theme assets while developing or for deployment. You'll need to install Node.js before using Webpack.

Once Node.js is installed, run npm install to install the rest of AdminKit's dependencies. All dependencies will be downloaded to the node_modules directory.

npm install

Now you're ready to modify the source files and generate new dist/ files. AdminKit is using webpack and webpack-dev-server to automatically detect file changes and start a local webserver at http://localhost:8080.

npm start

Build tools

Start a local webserver at http://localhost:8080 and detect file changes:

npm start

Automatically detect file changes without starting a local webserver:

npm run watch

Compile, optimize, minify and uglify all source files to dist/:

npm run build

Support

We are here to answer any questions you may have about AdminKit. Email us at support@adminkit.io and we'll respond as soon as we can.