Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 417 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 417 Bytes

DR04 - Pokechat

Ryan Lahlou, 1001914277

Demo Video

Getting Started

In two different terminals, run the following commands:

Frontend

cd client && npm run dev

Backend

cd server && python3 chat.py

Open http://localhost:3000 with your browser to see the result.