SB Admin 2 RTL for Bootstrap 4 is a fork of SB Admin 2 Bootstrap 4, an open source, admin dashboard template for Bootstrap created by Start Bootstrap. It updates the template to work with Bootstrap 4, leveraging Flexbox support and updated versions of DataTables and MetisMenu.
To begin using this template, choose one of the following options to get started:
- Clone the repo:
git clone https://github.com/aligilan/sbadmin-bs4-rtl.git
- Fork the repo
After cloning the repo take a look at the gulpfile.js
and check out the tasks available:
gulp
The default task will compile the LESS and JS into thedist
directory and minify the output, and it will copy all vendor libraries frombower_components
into thevendor
directorygulp dev
The dev task will serve up a local version of the template and will watch the LESS, JS, and HTML files for changes and reload the browser windo automatically
To update dependencies, run bower update
and then run gulp copy
to copy the updated dependencies into the vendor
directory
Have a bug or an issue with this template? Open a new issue here on GitHub.