Admin Shop App

DEMO

This project was built using:

Installation

Download or Clone this repository:

git clone https://github.com/hydego17/proto-admin-shop.git <your_folder_name>

Install all the dependencies

Note: This project uses pnpm as package manager. If you haven't installed it yet, see pnpm installation docs for detailed instruction.

pnpm install

If you want to user other package managers such as npm or yarn, feel free to delete the pnpm-lock.yaml file in the root folder and proceed with the installation.

npm install

# or

yarn install

Run the app locally (Dev server):

pnpm dev

# or

npm run dev

# or

yarn dev

Go to http://localhost:3000/.