Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 249 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 249 Bytes

FE

Development

cd frontend-ng

yarn

yarn dev

Deploy

yarn build-prod

BE

Development

cd backend

npm install

npm dev

Deploy

# 启动服务
npm start

# 停止服务
npm stop