Skip to content

Light Admin is a lightweight bootstrap 3.x admin panel template

Notifications You must be signed in to change notification settings

sn8/light-admin-bs3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Light Admin

DEMO: https://trendytech.ru/templates/light-admin/

Light Admin is a lightweight bootstrap 3.x admin panel template. It has 255.3 KB of one minified CSS (theme + bootstrap + all plugins) and 3.2 KB of minified JS.

Color themes

  • Default (turquoise)
  • Blue
  • Red
  • Purple
  • Yellow

Pages

  • Dashboard
  • Charts
  • CRUD
  • Tables
  • Forms
  • UI Elements
    • General
    • Panels
    • Tabs and Accordions
    • Buttons
    • Modals
    • Modals
    • Notifications
    • Typography
    • Icons
    • Grid
  • Pages
    • Blank page
    • 404 Page
    • Login
    • Sign Up
    • Forgot Password
    • Profile
    • Calendar
    • Gallery
  • Layouts
    • Without sidebar
    • Non-fixed sidebar
    • Non-fixed topbar
    • Native scrollbar
    • White header
    • Filled topbar

Credits

Core components

Plugins

Directory Structure

light-admin.zip
   ├── dist         # Complete distribution with all demo content
   ├── docs         # Documentation
   └── src          # Sources
     ├── less       # LESS source files
     └── js         # JavaScript source files

Getting Started

Basic Setup

This is the quickest way to setup the template, you just have to copy the dist/assets directory and blank.html into your project root directory and start working on the blank.html file.

Important! Using this method you'll need to add your custom styles in a different css file, to avoid losing changes when you update the template.

Be sure to include the essentials scripts in your document to get things work properly. After that you're ready to start building.

This method is perfect if you think you are not going to make several changes to the original version and use it "as is", otherwise we suggest to use one of the following methods.

Using GULP

Install Node & Gulp

  1. Be sure to have the latest version of Node.js installed & running in your computer. We are going to use npm that comes with Node.js installation.
  2. In your terminal go to the root directory with cd command and then enter the following commads to install the project dependencies:
npm install

To update dependencies, run npm update and then run gulp copy to copy the updated dependencies into the dist/assets/vendor directory.

Available Tasks

After install dependencies now you can run the automated taks, here are the available commands:

  • gulp The default task will compile the LESS and JS into the dist directory and minify the output, and it will copy all vendor libraries from node_modules into the dist/assets/vendor directory.

  • gulp dev The dev task will serve up a local version of the template and will watch the LESS and JS files for changes and reload the browser window automatically.

  • gulp less Less compiler task.

  • gulp js Copy JS into the dist directory.

  • gulp minify-css A CSS minifier task.

  • gulp minify-js A JS minifer task,

  • gulp copy Copy vendor libraries to dist directory

About

Light Admin is a lightweight bootstrap 3.x admin panel template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published