Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.75 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.75 KB

우아마켓_대문




팀원


데모 영상

https://youtu.be/KQz9AtPpYOQ


개발

# `deal-10/client`
% npm install
% npm run start:dev # automatically restart webpack server
% npm run build:dev # automatically rebuild webpack
% npm run build # basic build webpack

# `deal-10/server`
% npm install
% npm run dev # restart at every change
% npm run start # basic start