Synto - Blazor Server Premium Admin & Dashboard Template

Dashboard
Welcome to Synto - Blazor Server Blazorstrap Premium Admin & Dashboard Template
  • Created Date : 28/May/2024
  • Author : Spruko
  • Company : Spruko Technologies Private Limited

Thank you for showing interest towards our admin template. Feel free to contact us any time. We have a dedicated team to provide you the best support. If you want any queries open support ticket https://support.spruko.com.

Introduction
Welcome to Synto – Blazor Server Blazorstrap Premium Admin & Dashboard Template

Synto - Blazor Server Premium Blazorstrap Admin Template, With these template formats, it's very easy to create a presence and grab someone's attention around the web page Because the template is built using Blazorstrap, Razor, CSHTML, CSS3, BlazorStrap framework and with Sass. So please before you start working with the template take a quick look on the documentation so that you can easily built your website.

If You Love Our Template Design Please don't forgot to rate it. Thank you so much! 😊

Template Description

Synto is a Blazor Server Premium Blazor Admin Template using modern and minimal design. It is fully flexible user-friendly and responsive. Synto Modern template is powered with Razor. CSHTML, CS which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 130+ razor Pages . No Need to do hard work for this template customization. We already designed it and you can easily design your website just how you like it. This template using BlazorStrap framework. After Purchased this template you will get All razor files,CSS, Scss and JS Files.

It has super clean flat user interface admin design, easy customizable components and widgets.The Template comes with a awesome unique design also we ensure you can easily design template.

It is a fully responsive layout for all type of devices. Works on all major web browsers, Desktop, iPhone, iPad, Tablet and all other smart phone devices

Once you Purchase Synto Blazor Server Premium Blazorstrap Admin Template, you will be able to get free download of all future updates.

Template Features
No Jquery Dark Layout RTL Ready
12 Different Dashboards Authentication Pages Error Pages
130+ Razor Pages Easy to Customize Blazorstrap Responsive Framework
Blazorstrap Responsive Framework Form Elements Draggable Cards
Ratings Grid JS Tables Data Tables
Gallery Apex Charts Chartjs Charts
Echarts Full Calendar Sweet Alerts
Swiper JS Blog Pages Mail App
Chat File Manager Invoice
Landing Pricing Profile
Notifications 24 * 7 Professional Company Support Ecommerce Pages
Under Construction Page Color Theme Support (Primary and Background) Neat, clean and simple design
Switcher Features :
Theme Styles
  • Light & Dark Themes
  • LTR & RTL
  • Vertical & Horizontal Navigation Styles
  • Menu Click & Hover Styles
  • Icon Click & Hover Styles
  • Page Regular & Classic & Modern Styles
  • Layout Full Width & Boxed
  • Menu Fixed & Scrollable
  • Header Fixed & Scrollable
  • Sidemenu Closed
  • Icon Text Menu
  • Icon Overlay
  • Detached
  • Double Menu
Theme Colors
  • Menu Light
  • Menu Dark
  • Menu Color
  • Menu Gradient
  • Menu Transparent
  • Header Light
  • Header Dark
  • Header Color
  • Header Gradient
  • Header Transparent
  • Theme Primary
  • Theme Background
  • Menu With Background Images
Minimum Requirements
  • Visual Studio 2022
  • C# for Visual Studio Code (latest version)
  • .NET 8.0 SDK
  • esbuild "0.19.4"
Download and Installation Process of .NET SDK.

Step1: Go to the official website of the .NET SDK

Step2: Once you're on the website, look for a button that "Download .NET SDK" and click on it.

Step3: After clicking the button, your computer will start downloading the .NET SDK file.

Step4: That's it! Now you have successfully downloaded the .NET SDK file to your computer.

Step5: For installation process follow the on-screen instructions provided by the installer. These instructions may include selecting an installation location, agreeing to terms and conditions, and choosing optional components. Just read through each step and click "Next" or "Install" as needed.

The Basic Structure Of Blazor Server
																		
	├── Data
	├── obj
	├── Pages
	├── Properties
	├── Services
	├── Shared
	├── wwwroot
	├── _Imports.razor
	├── App.razor
	├── appsettings.Development.json
	├── appsettings.json
	├── esbuild.config.js
	├── package-lock.json
	├── package.json
	├── Program.cs
	├── Synto.csproj 
	└── Synto.sln
	 
  • Start by unzipping the project folder that you received from us.
  • Go to the "Synto\ Pages directory within the project folder, where you'll find over 14 + folders and 130 + .razor files.
  • Navigate to "Synto\ Shared . Open this folder to locate files like NavMenu.razor, MainHeader.razor, JobsLandingHeader.razor, JobsLandingSidebar.razor and Switcher.razor etc.
  • The MainLayout.razor file serves as the base for all razor pages.
  • The CustomLayout.razor file is the base for authentication pages such as Create-password-cover.razor, Reset-password-cover.razor, Two-step-verification-basic.razor, Error401.razor, Error500.razor, and Under-maintenance.razor, etc.
  • The LandingLayout.razor file is the base for the Landing.razor page.
How to run Blazor Server development server

Visual studio code
  • Ensure that Visual studio code is already installed on your computer.
  • Go to the main folder of your Synto project, open it using Visual Studio Code, and open the command prompt. Then, type and run the command: dotnet watch run
  • This will start the Blazor Server development server on port 5080. If you need a different port, replace 5080 with your desired port number
Visual studio
  • Ensure that Visual Studio is already installed on your computer.
  • Navigate to the root location of your project.
  • Open the project folder.
  • Double-click on the file named synto.sln within the project folder.
  • This will open the project in Visual Studio.
  • Press the F5 key to launch the Blazor Server development server.
Purpose of a starter kit
Introduction to the Blazor Server Starter Kit:

The Blazor Server starterkit is a resource that helps developers kickstart their Blazor Server web development projects by providing a preconfigured and ready-to-use template. It aims to simplify the initial setup and provide a foundation for building Blazor Server Framework-based websites or applications.

Purpose of the Blazor Server Starter Kit:

The purpose of the Blazor Server starter kit is to save developers time and effort by offering a set of prebuilt files and configurations commonly used in Blazor Server projects. Instead of starting from scratch, developers can leverage the starter kit to quickly set up a project structure that adheres to best practices and industry standards.

Benefits of Using the Blazor Server Starter Kit:

The starter kit eliminates the need to set up the basic project structure manually. It provides a well-organized file and folder structure, including commonly used directories for separating code, templates, assets, and configuration files. This allows developers to focus more on implementing business logic rather than spending time on initial setup.

Starterkit Overview

You can use the Starterkit if you are creating a new project. It will be time-consuming to use the full admin version for a new project as Synto have more than 130 pages.

We have provided all the pre-build layouts like Sidemenu, Header, footer and blank pages etc in the Starterkit.

For further information or support regarding the template, please contact us using the provided link.

https://support.spruko.com/
Starterkit Folder Structure

	├── bin	
	├── Data	
	├── obj	
	├── Pages/
	|   ├── _Host.cshtml
	|   ├── _Layout.cshtml
	|   ├── Counter.razor
	|   ├── Error.cshtml
	|   ├── Error.cshtml.cs
	|   ├── FetchData.razor
	|   └── Home.razor
	├── Properties
	|   └── launchSettings.json
	├── Services/
	├── Shared/
	|   ├── MainHeader.razor
	|   ├── MainLayout.razor
	|   ├── MainLayout.razor.css
	|   ├── Modal.razor
	|   ├── NavMenu.razor
	|   ├── NavMenu.razor.css
	|   ├── SurveyPrompt.razor
	|   └── Switcher.razor
	├── wwwroot/
	|   ├── assets/
	|   |   ├── css/
	|   |   ├── icon-fonts/
	|   |   ├── images/
	|   |   ├── js/
	|   |   ├── libs/
	|   |   ├── scss/
	|   |   └── video/
	|   ├── css/
	|   └── favicon.ion
	├── _Imports.razor
	├── App.razor
	├── appsettings.Development.json
	├── appsettings.json
	├── gulpfile.js
	├── package-lock.json
	├── package.json
	├── Program.cs
	├── starterkit.csproj 
	└── starterkit.sln
  • Take a quick look at the folder structure of the "Starterkit."
  • Integration of your customized razor pages becomes easy when using the "Starterkit."
  • The "Starterkit" provides all the layout components, related assets, and plugins.
  • To explore the contents of the "Starterkit," unzip the project folder received after purchase.
  • Navigate to the following paths:
  • Example: C:/projectname/Shared/- This folder contains files such as MainLayout.razor files.
  • Example: C:/projectname/Shared/- This folder contains files such as NavMenu.razor, MainHeader.razor, Footer.razor, Modal.razor and Switcher.razor files.
  • Example: C:/projectname/Pages/- This folder contains files such as Home.razor, files and etc..,.
SCSS & CSS

Synto comes with power of SCSS. The css files can be generated from scss by simply following below steps:

Prerequisites

Please follow below steps to install and setup all prerequisites:

  • Nodejs

    Make sure to have the Node.js installed & running in your computer. If you have already installed nodejs on your computer, you can skip this step, otherwise install nodejs on your computer,

    Note : If you are using the latest version of Node JS or want to install and use the latest version, click here and install all the dependencies manually that are given below in command prompt.

  • Esbuild

    To get started with esbuild, you need to install globally on your system. You can install it using npm by running the following command npm install -g esbuild or npm install --save-dev esbuild from your terminal.

Installation

To setup, follow below mentioned steps:

  • Install Prerequisites

    Make sure to have all above pre requisites installed & running in your computer

  • Install Dependencies

    Open your terminal, go to your folder and enter the command npm install. This would install all required dependencies in node_modules folder.

  • Install Dev Dependencies

    npm i esbuild --save-dev

    npm i esbuild-sass-plugin --save-dev

    npm i postcss --save-dev

    npm i autoprefixer --save-dev

    npm i fs-extra --save-dev

    npm i path --save-dev

    npm i browser-sync --save-dev

    npm i chokidar --save-dev

After you finished with the above steps, you can run the following commands into the terminal/command prompt from the root directory ( Synto) of the project to run the project locally or build for production use: dotnet watch run

Note:- please ensure that you have installed all node_modules requried to run Esbuild tasks .

Esbuild Commands
Command Description
npm run build npm run build command is used to generate dist/ directory. Esbuild runs the project locally, starts the development server and watches for any changes you made in src folder, including your HTML, Javascript, SCSS, etc. What ever changes you made in src folder it automatically changed in dist files.
Software Versions Used:
  • C# for Visual Studio Code : (latest version)
  • .NET : 8.0
Blazor Server Over All Folder Structure

	├── bin	
	├── Data	
	├── obj	
	├── Pages/
	|   ├── _AuthenticationHost.cshtml
	|   ├── _AuthenticationHost2.cshtml
	|   ├── _Host.cshtml
	|   ├── _LandingHost.cshtml
	|   ├── _LandingJobsHost.cshtml
	|   ├── _Layout.cshtml
	|   ├── _LayoutAuthentication.cshtml
	|   ├── _LayoutAuthentication2.cshtml
	|   ├── _LayoutJobLanding.cshtml
	|   ├── _LayoutLanding.cshtml
	|   ├── Counter.razor
	|   ├── Error.cshtml
	|   ├── Error.cshtml.cs
	|   ├── FetchData.razor
	|   ├── Home.razor
	|   └── 14 + folders and 170 + .razor files
	├── Properties
	|   └── launchSettings.json
	├── Services/
	├── Shared/
	|   ├── CalendarSettings.cs
	|   ├── CustomLayout.razor
	|   ├── Footer.razor
	|   ├── JobsLandingFooter.razor
	|   ├── JobsLandingLayout.razor
	|   ├── JobsLandingSidebar.razor
	|   ├── LandingFooter.razor
	|   ├── LandingHeader.razor
	|   ├── LandingLayout.razor
	|   ├── LandingSidebar.razor
	|   ├── LandingSwitcher.razor
	|   ├── MainHeader.razor
	|   ├── MainHeader1.razor
	|   ├── MainLayout.razor
	|   ├── MainLayout.razor.css
	|   ├── Modal.razor
	|   ├── NavMenu.razor
	|   ├── NavMenu.razor.css
	|   ├── SurveyPrompt.razor
	|   └── Switcher.razor
	├── wwwroot/
	|   ├── assets/
	|   |   ├── css/
	|   |   ├── icon-fonts/
	|   |   ├── images/
	|   |   ├── js/
	|   |   ├── libs/
	|   |   ├── scss/
	|   |   └── video/
	|   ├── css/
	|   └── favicon.ion
	├── _Imports.razor
	├── App.razor
	├── appsettings.Development.json
	├── appsettings.json
	├── gulpfile.js
	├── package-lock.json
	├── package.json
	├── Program.cs
	├── synto.csproj 
	└── synto.sln

SWITCHER?

If you want to remove switcher to your template follow the below process.

NOTE:The switcher is different for landing pages, if you want to remove switcher to the landing pages then follow the process.(Skip this process if this is not your requirement).

Theme Styles :
Attribute Description
data-theme-mode="light" data-header-styles="light" data-menu-styles="light" To set the light theme
data-theme-mode="dark" data-header-styles="dark" data-menu-styles="dark" To set the Dark theme
dir="ltr" To set LTR version default
dir="rtl" To set LTR version to RTL version
data-nav-layout="vertical" To set menu layout to vertical
data-nav-layout="horizontal" data-nav-style="menu-click" To set menu layout to horizontal
data-nav-style="menu-click" To set navigation style to menu click - *Works same for both vertical and horizontal
data-nav-style="menu-hover" To set navigation style to menu hover - *Works same for both vertical and horizontal
data-nav-style="icon-click" To set navigation style to icon click - *Works same for both vertical and horizontal
data-nav-style="icon-hover" To set navigation style to icon hover - *Works same for both vertical and horizontal
data-page-style="regular" To set page style to Default
data-page-style="classic" To set page style to Classic
data-page-style="modern" To set page style to modern
data-width="fullwidth" To set page width to Full Width
data-width="boxed" To set page width to Boxed
data-menu-position="fixed" To set menu position Fixed
data-menu-position="scrollable" To set menu position Scrollable
data-header-position="fixed" To set header position Fixed
data-header-position="scrollable" To set header position Scrollable
data-vertical-style="closed" To set sidemenu layout style Closed - *Does not work for horizontal
data-vertical-style="icontext" To set sidemenu layout style Icon Text - *Does not work for horizontal
data-vertical-style="overlay" To set sidemenu layout style Icon Overlay - *Does not work for horizontal
data-vertical-style="detached" To set sidemenu layout style Detached - *Does not work for horizontal
data-vertical-style="doublemenu" To set sidemenu layout style Double Menu - *Does not work for horizontal
loader="enable" To enable loader by default
Theme Colors :
Attribute Description
data-menu-styles="light" To set the menu style to light
data-menu-styles="dark" To set the menu style to dark
data-menu-styles="color" To set the menu style to color
data-menu-styles="gradient" To set the menu style to gradient
data-menu-styles="transparent" To set the menu style to transparent
data-header-styles="light" To set the header style to light
data-header-styles="dark" To set the header style to dark
data-header-styles="color" To set the header style to color
data-header-styles="gradient" To set the header style to gradient
data-header-styles="transparent" To set the header style to transparent
data-bg-img="bgimg1" To set menu background image1
data-bg-img="bgimg2" To set menu background image2
data-bg-img="bgimg3" To set menu background image3
data-bg-img="bgimg4" To set menu background image4
data-bg-img="bgimg5" To set menu background image5
FAQS
General Style

How to Change Font Style ?

Step 1:

Go To style.scss (wwwroot/assets/scss/styles.scss )

if you want to change another font-family Go to the site Google Fonts And Select One font Family and import in to styles.scss file

How to Select font Family

Example:

Step 2:

And paste Your Selected font-family in style.scss

Example:

Step 3:

And add the Your Selected font-family in _variables.scss(wwwroot/assets/scss/_variables.scss)

Example:

--default-font-family:    							'Inter', sans-serif;
		
	

Note : After Changing font you must run Gulp command i.e, gulp.

How to change Menu icons ?

By default menu icons are Boxicons if you want to change icons please follow below steps
Step 1 :

To change Menu icons, open NavMenu.razor page Path:Shared/NavMenu.razor and go through main-sidebar section, in that section you will find Boxicons of menu in i tag, there you can replace previous icon with your icon. Example as shown in below

	
	
	
	

How to Change Logo ?

Go To "wwwroot/assets/images/brand-logos" folder and replace your logo with Previous Logos within in image size. note: Please don't increase logo sizes. Replace your logo within given image size. otherwise the logo will not fit in particular place it disturbs the template design.

To clear LocalStorage(cookie)

How to clear LocalStorage (cookie)?

Used Nuget Plugins & Reference Links

Plugin Version URL
Blazorstrap v5.2.100-preview3b https://nugetprodusnc-northcentralus-01.regional.azure-api.net/packages/BlazorStrap.V5/5.2.100-Preview3b
BlazorStrap.Extensions.FluentValidation v2.0.1 https://www.nuget.org/packages/BlazorStrap.Extensions.FluentValidation
CurrieTechnologies.Razor.SweetAlert2 v5.6.0 https://www.nuget.org/packages/CurrieTechnologies.Razor.SweetAlert2
FlatpickrBlazor v5.0.8 https://www.nuget.org/packages/FlatpickrBlazor
NoUiSlider.Blazor v0.1.5 https://www.nuget.org/packages/NoUiSlider.Blazor
Soenneker.Blazor.TomSelect v2.1.231 https://www.nuget.org/packages/Soenneker.Blazor.TomSelect
Blazor-ApexCharts v3.1.0 https://www.nuget.org/packages/Blazor-ApexCharts
Fun.Blazor.ApexCharts v2.3.3 https://www.nuget.org/packages/Fun.Blazor.ApexCharts
BlazorColorPicker v3.1.1 https://www.nuget.org/packages/BlazorColorPicker
Soenneker.Blazor.FilePond v2.1.684 https://www.nuget.org/packages/Soenneker.Blazor.FilePond
Soenneker.Blazor.Utils.InteropEventListener v2.1.908 https://www.nuget.org/packages/Soenneker.Blazor.Utils.InteropEventListener
Blazored.TextEditor v1.1.0 https://www.nuget.org/packages/Blazored.TextEditor
WMBlazorSlickCarousel v1.0.1 https://www.nuget.org/packages/WMBlazorSlickCarousel
BlazorStrap.Extensions.TreeView v5.1.100 https://www.nuget.org/packages/BlazorStrap.Extensions.TreeView/5.1.101-Preview1a
BlazorCalendar v2.6.8 https://www.nuget.org/packages/BlazorCalendar
WMBlazorOverlayScrollbars v1.0.0 https://www.nuget.org/packages/WMBlazorOverlayScrollbars
LeafletForBlazor v2.0.2.8 https://www.nuget.org/packages/LeafletForBlazor
Icons

Refer following links for usage:

Icons References
Remix Icons https://remixicon.com/
Tabler Icons https://tabler-icons.io/
Images

Refer following links for usage:

Images References
Vecteezy https://www.vecteezy.com/
Iconscount https://iconscout.com/
Unsplash https://unsplash.com/
Pngtree https://pngtree.com/
Fonts

Refer following link for usage:

Google Fonts https://fonts.google.com/
Sidemenu Icons

Refer following link for usage:

Remix Icons https://remixicon.com/
THANK YOU!