Appearance
Quick Start
Prerequisite
- Node LTS version is required
- Any Package Manager (NPM | Yarn | PNPM)
Getting started
- Download and unzip our Package
- Navigate to the Full-version Or Starter-kit folder
- Open the folder in your desire code editor and run below command
bash
pnpm install
OR
npm install --legacy-peer-depspnpm install
OR
npm install --legacy-peer-deps- Run development server
bash
pnpm run dev
OR
npm run devpnpm run dev
OR
npm run dev- Open the dev server URL in browser.
Generating build for production
- To generate a production build, use the following commands:
bash
pnpm run build
OR
npm run buildpnpm run build
OR
npm run build- Once the build is generated, you can preview it on your local system using the following commands:
bash
pnpm run preview
OR
npm run previewpnpm run preview
OR
npm run preview