You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 디펜던시 설치
$ yarn bootstrap
# front 시작# http://localhost:3000/
$ yarn run package:front
# server 시작# http://localhost:8080/
$ yarn run package:server
# front & server 시작
$ yarn run dev