Skip to content

jellyfishsolutions/lynx-light-bootstrap-admin-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lynx-light-bootstrap-admin-theme

Bootstrap administration theme for the Lynx framework.

It is based on the Light Bootstrap Dashboard Team by Creative Tim.

Installation

npm install lynx-light-bootstrap-admin-theme --save

Usage

In your main app file:

import LightBootstrapAdminModule from "lynx-light-bootstrap-admin-theme";
...

let myConfig = new ConfigBuilder(__dirname).build();

const app = new App(myConfig, [new LightBootstrapAdminModule()]);
app.startServer(port);

Customization

You can override the settings of the theme using the LightBootstrapAdminModule.settings. Please check the src/views/ and the src/locale folders to create further customizations.

About

Light Bootstrap admin theme for the Lynx framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published