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
yarn

OR

npm install --legacy-peer-deps
  1. Run development server
bash
yarn 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
yarn build

OR

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

OR

npm run preview