...

Ekash - Personal Finance Management Admin Dashboard ASP.NET MVC Template

v 1.0

Introduction


First of all, Thank you so much for purchasing this template and for being my loyal customer. You are awesome!
You are entitled to get free lifetime updates to this product + exceptional support from the author directly.

This documentation is to help you regarding each step of customization. Please go through the documentation carefully to understand how this template is made and how to edit this properly. Basic HTML and CSS knowledge is required to customize this template. You may learn basics here, here and here.

Requirements

You will need the following sofwares to customize this template.

  1. Code Editing Software (eg: VS Code, Sublime Text or Notepad)
  2. Web Browser for testing (eg: Google Chrome or Mozilla Firefox)
  3. FTP Tool to upload files to Server (eg: FileZilla)

Be careful while editing the template. If not edited properly, the design layout may break completely.
No support is provided for faulty customization.

Installation

1. Download and Extract the Zip File:

Download the zip file containing all files integrated with Ekash. Extract the contents of the zip file to your desired location.

2. Installing Visual Studio on Your Machine

To streamline development processes, ensure Visual Studio, a powerful integrated development environment (IDE), is installed on your machine. Download the latest version here. This IDE offers comprehensive tools for coding, debugging, and project management, enhancing productivity significantly.

3. Opening Visual Studio:

Launch Visual Studio and navigate to File > Open > Project/Solution. Then, select the Ekash.sln solution file to open your project.

4. Running Application

Build and run your application in Visual Studio by pressing the F5 key. This will compile your code and launch the application for testing and debugging.

Compile SASS #back to top

Compile Sass

Run following command to watch and build SASS

npm run sass

Path change

You may want to change your folder destination of outputed CSS or input SASS. In order to do that, just open the package.json file and update the script command's path as yours.

"sass": "sass --watch public/scss/style.scss:public/css/style.css"

Fonts #back to top

In this template we used "Segoe UI" font which is provided by Bootstrap default. That's why we didn't have to import any font anymore. But font can be added and changed by following ways.

Import font

Import the font into font.scss

//import your font like this @import url('Your font URL');
Apply font

Now change the template font-family in the _variable.scss file

//change the font family name $pf: "Segoe UI";

Following icon fonts used in this template

Icon Name Example URL
Flat Icons <i class="fi fi-rr-home"></i> https://www.flaticon.com/search?type=uicon

Hire us #back to top

If you need theme customization or custom web development, please provide your project details using below form and one of our well established development partners will get back to you with a free quote

Send me qoute