# yarn
yarn
# npm
npm install
# pnpm
pnpm install
# yarn
yarn dev
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn build
# npm
npm run build
# pnpm
pnpm build
1- List of product & available qty 2- Form to add product 3- Form to update / delete product 4- Category list page 5- Form to add category 6- Form to update / delete category 7- Orders tracking page (to show the number of orders with the status of each order) 8- Some Dashboards with Charts