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

To setup Inspinia, follow the below-mentioned steps:

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 projects 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.

Note: If you want to use scss then follow below steps

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.

  • Gulp

    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.

    npm install -g gulp

Installation

To compile assets, follow the below-mentioned steps:

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

1. yarn
Command Description
yarn This would install all required dependencies in node_modules folder.
gulp or yarn dev This would compile the resources in wwwroot folder.
gulp build or yarn build This would bundle the resources for production.
gulp rtl or yarn rtl

This would compile plugin, scss and generates rtl css.

gulp rtlBuild or yarn rtl-build

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

2. npm
Command Description
npm i This would install all required dependencies in node_modules folder.
gulp or npm run dev This would compile the resources in wwwroot folder.
gulp build or npm run build This would bundle the resources for production.
gulp rtl or npm run rtl

This would compile plugin, scss and generates rtl css.

gulp rtlBuild or npm run rtl-build

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

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