Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 657 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 657 Bytes

EC_Shop

Frontend of Electronic Commerce Shop
created by vite and antd

Quick Start

Development in local mode

yarn install

yarn dev

then open browser and go to http://127.0.0.1:5173/

Environment Variable

create .env in root directory and write

VITE_API=http://localhost:8000

Commit Style

pre-commit
commitizen

Install package (python for example)

pip install pre-commit

pip install commitizen

Install rules in your project

pre-commit install

Submit your commit

cz commit