Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 136 Bytes

File metadata and controls

16 lines (12 loc) · 136 Bytes

Start Server

cd server
npm i
node index.js

Start client in another terminal

cd client
yarn
yarn start