Skip to content
On this page

Quick Start

Prerequisite

  • Node LTS version is required
  • Any Package Manager (NPM | Yarn | PNPM)

Getting started

  1. Download and unzip our Package
  2. Navigate to the Full-version Or Starter-kit folder
  3. Open the folder in your desire code editor and run below command
bash
pnpm install

OR

npm install --legacy-peer-deps
pnpm install

OR

npm install --legacy-peer-deps
  1. Run development server
bash
pnpm run dev

OR

npm run dev
pnpm run dev

OR

npm run dev
  1. Open the dev server URL in browser.

Generating build for production

  1. To generate a production build, use the following commands:
bash
pnpm run build

OR

npm run build
pnpm run build

OR

npm run build
  1. Once the build is generated, you can preview it on your local system using the following commands:
bash
pnpm run preview

OR

npm run preview
pnpm run preview

OR

npm run preview