If you have any questions that are beyond the scope of this documentation, please feel free to email or contact us via my page.
This guide will walk you through the installation process and prerequisites to get your admin dashboard up and running smoothly.
npm install -g gulp-cli
Follow these simple steps to install and set up Fadmin Admin Template:
Step 1: Unzip
Unzip The Downloaded Folder and open it in vscode or any other code editor you use.
Step 2: Navigate to the Project Directory
Run the command cd ./Fadmin
in the Terminal
Step 3: Install Dependencies
Run the following command to install the project dependencies:
npm install
Step 4: Build And Run
Run the following command to run the project. It will first build and than run the project.
gulp
Visit http://localhost:3000 in your browser to view your Fadmin Admin Template.
I have tried my best to have standards and modular structure while developing the theme. Following sections are explaining the theme File & Folder, structure, html file struture and plugins.
I have tried to follow the standards and modular structure while developing the theme. Let's take a look at the package structure:
Fadmin/ ├── src/ │ ├── assets/ │ │ ├── css/ │ │ │ └── All css files │ │ ├── fonts/ │ │ │ └── All font files │ │ ├── images/ │ │ │ └── All images files │ │ ├── js │ │ │ └── All javascript files │ │ └── scss │ │ └── All scss files │ └── *.html │ └── ALL HTML files └── Documentation/ └── index.html - documentation file for documentation.
<body> <!-- Header --> <div id="header"> .. .. .. </div> <!-- Page Sidebar --> <div class="page-sidebar"> .. .. .. </div> <!-- /Page Sidebar --> <!-- Page Content --> <div class="page-content"> <!-- Page Inner --> <div class="page-inner"> .. .. .. </div> <!-- /Page Inner --> <!-- Footer --> <div class="page-footer"> .. .. .. </div> <!-- /Footer --> <!-- right sidebar --> <div class="page-right-sidebar border border-left" id="main-right-sidebar"> .. .. .. </div> <!-- /right sidebar --> </div> <!-- /Page Content --> <!-- scripts --> <script type="text/javascript"> .. .. .. </script> </body>
Files are explained below:
File | Description |
---|---|
bootstrap.min.css
|
Fadmin uses the bootstrap v5.3.3. The core bootstrap file is being used in all the pages. |
style.css
|
This file is containing all common styles for all the pages. |
Install Live Sass Compiler extention in your Visual Code Editor. Click the Watch Sass button at the right side footer of visual studio code.
Files are explained below:
File | Description |
---|---|
custom.js
|
This is a main js file. It contains the custom JS code needed for features including layout, sidebar, etc. |
I've used the following resources as listed. These are some awesome creation and I am really thankful to the respective community.
File | Source / Link |
---|---|
Bootstrap
|
http://getbootstrap.com |
Jquery
|
https://jquery.com |
Simplebar
|
https://github.com/Grsmto/simplebar |
Materialdesign Icons
|
https://materialdesignicons.com |
Ionic Icons
|
https://ionic.io/ionicons |
Font Awesome
|
https://fontawesome.com |
Feathericons
|
https://feathericons.com |
Themify Icons
|
https://themify.me/themify-icons |
Typicons
|
https://www.s-ings.com/typicons |
Drip icons
|
http://demo.amitjakhu.com/dripicons |
Apex Chart
|
https://apexcharts.com |
Echarts
|
https://echartsjs.com |
Magnific-Popup
|
https://github.com/dimsemenov/Magnific-Popup |
Once again thank you for purchasing the theme. I am always avaialble to help you. If you have any suggestion or feature to make it more better, I am requesting you to contact me, I'll try my best to add them in future updates.
Best,
Version 2.0.2 - 12 March 2024
Version 2.0.1 - 31 January 2024
Version 2.0.1 - 26 January 2024
Version 1.0 - 6 April 2019
2019 - 2024 © Fadmin.