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
yarn
OR
npm install --legacy-peer-deps
- Run development server
bash
yarn 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
yarn build
OR
npm run build
- Once the build is generated, you can preview it on your local system using the following commands:
bash
yarn preview
OR
npm run preview