Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 269 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 269 Bytes

vue-koa-chat

real-time chat app, build with Vue + Koa + Socket.io + MongoDB

Setup

Client

cd client
npm install

Server

cd server
npm install

Run

Client

cd client
npm run serve

Server

cd server
npm start