Installation
Installation – How to Install & Run
Follow these steps to install and run the Aquiry Admin Template. You can use either Yarn depending on your preference.
Prerequisites – Tools & Environment :
- Node.js (v22 or higher) – runtime environment
- Yarn – package manager
- Webpack 5 – module bundler
Installation :
Step 1
Download the Package
Download the code from ThemeForest. The file will be in a.zip file format.
Step 2
Unzip the file
Extract the contents of the downloaded.zip file to a directory on your computer. It will extract in the Aquiry_v1.1.0 folder..
Step 3
Install Node.js and yarn (if not already installed)
Ensure Node.js and npm (Node Package Manager) are installed on your system. Make sure to use node version 22.*.
If Node.js is not installed, download and install it from the website. npm comes bundled with Node.js.
Step 4
Install Node Modules
Open your terminal or command prompt from the Aquiry_v1.1.0/ASP.Net/Admin folder.
yarn
Step 5
Build for Production
Generate optimized production filesyarn run build
Step
6
Start in Development Mode
Make sure to have the Latest Visual Studio installed & running on your computer. If you already have installed latest Visual Studio on your computer, you can skip this step. After you finished with the above steps, you can run the following commands to run the project locally or build for production use:| Command | Description |
|---|---|
| Open Solution file | Open Aquiry.sln file with Visual studio and
make sure to check asstes folder contain libs folder. |
Done