Skip to content
/ lavlue Public

socket.io와 Vue.js로 구현한 채팅 서비스

Notifications You must be signed in to change notification settings

devpla/lavlue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


  • 개요 : socket.io와 Vue.js로 구현한 채팅 서비스
  • 기간 : 2021.12.22 ~ 2021.12.23
  • 회고

$ cd backend
$ npm install
$ npm run start
$ cd frontend
$ npm install
$ npm run serve