Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 476 Bytes

File metadata and controls

26 lines (19 loc) · 476 Bytes

🌐 버블로우 클라이언트 초기 세팅

  1. 바탕화면에 '버블로우 클라이언트' 폴더 만들기

  2. 클라이언트 코드 복제

    git clone https://github.com/Bubblow/client.git
  3. 클라이언트 폴더로 이동

    cd client/
  4. 필요한 패키지 설치

    npm i
  5. 클라이언트 애플리케이션 시작

    npm start

‼️