Setup

Prerequisites

Please follow below steps to install and setup all prerequisites:

  • .NET

    Make sure to have the .NET installed & running in your computer. If you already have installed it then can skip this step.

  • Visual Studio 2022

    Make sure to have the Visual Studio 2022 installed & running in your computer. If you already have installed it then you can skip this step.

Installation

If you are using Visual Studio 2022:

  • Make sure to have the latest version installed.
  • Open Inspinia.sln file in Visual Studio & Hit run button (On topbar, green play icon).
OR

You can run the following commands to run project locally or build for production use:

Command Description
dotnet watch This command will build and start the app in "watch" mode. The app will automatically rebuild and refresh whenever you make code changes. It’s useful for active development.
dotnet run This command will build and start the app. It doesn’t track code changes, so you'll need to stop and rerun the command manually after changes.
dotnet build This command will build the app.

Setup For SCSS (Optional)

Prerequisites

Please follow below steps to install and setup all prerequisites:

  • Node.js

    In order to use build tools you will need to download and install Node.js. If you do not have Node.js installed already, you can get it by downloading the package installer from the official website. Please download the stable version of Node.js (LTS).

    Download Node.js
  • Gulp & Gulp CLI

    Make sure to have the Gulp installed & running in your computer. If you already have installed gulp on your computer, you can skip this step. In order to install, just run command npm install -g gulp@4.0.1 from your terminal.

Installation

You can run this app using one of these package managers Yarn, NPM.
1. Yarn

If you don't have yarn installed, use the next command npm i -g yarn or sudo npm i -g yarn

Command Description
yarn This would install all required dependencies in node_modules folder.
yarn dev or gulp This would compile plugin, scss and generates css in assets folder.
yarn build or gulp build It compiles the source assets including scss and bundles into production ready use.
yarn rtl or gulp rtl

This would compile plugin, scss and generates rtl css in assets folder.

yarn rtl-build or gulp rtlBuild

It compiles the source assets including scss and bundles into production ready use RTL

2. NPM

npm comes preinstalled when you install Nodejs

Command Description
npm i or npm i --force This would install all required dependencies in node_modules folder.
npm run dev or gulp This would compile all the resources in assets folder.
npm run build or gulp build It compiles the source assets including scss and bundles into production ready use.
npm run rtl or gulp rtl

This would compile plugin, scss and generates rtl css in assets folder.

npm run rtl-build or gulp rtlBuild

It compiles the source assets including scss and bundles into production ready use RTL

© 2014 - Inspinia By WebAppLayers
10GB of 250GB Free.