Overview:
We recommend our comprehensive starter kit. Our starter kit is designed to provide everything you need to kickstart your project development process efficiently and effectively. It includes:
- Layouts:
- Authentication Pages:
- Error Pages:
- Starter Page:
What is the difference between Admin vs Starterkit?
Admin | Starterkit | |
---|---|---|
Layouts | True |
True |
Pages | 130+ pages. | Starter kit has only Auth, blank and starter pages. |
Js Include | True |
True |
Which better for new project? | False |
True |
Which better for customize? | True |
False |
Support | True |
True |
Regular Update | True |
True |
Folder Structure:
- Admin
-
src
-
fonts // includes all ICONS fonts
-
images
-
js // includes all custom js files for the apps, layouts & pages
-
lang // includes all languages json file
-
json // includes the json files of chat,invoice and other pages
-
scss
-
custom // includes all pages scss with separate files
-
_variables.scss // includes all variables for quick change colors, spacing etc
-
_variables-dark.scss // includes all dark variables for quick change colors, spacing etc
-
app.scss // it has imported all other scss files and create app.min.css file.
-
bootstrap.scss // it has imported all bootstrap's scss files
-
icons.scss // Includes all icons files
templates
// All html files here.
-
partials // all partials files here.
-
base.html // it has HTML tag with commen css and js code.
-
content.html // content file
-
css.html // it has css files
-
footer.html // it includes footer text
-
header.html // it includes topbar apps & logo code
-
hori-header.html // it includes horizontal topbar apps & logo code
-
hori-sidebar.html // it includes horizontal sidebar content
-
javascript.html // it includes javascript files
-
rightsidebar.html // right sidebar for customization layouts, sidebar colors, modes etc settings
-
sidebar.html // it includes sidebar content
-
All html files will be here.