Small chat server and client that use PNPM + Vite + React Typescript + Socket IO
I'm not the author of the original project which can be found here as a tutorial. I just wanted to test PNPM + Vite + React Typescript + Socket IO to train myself and implementing these techs with that tutorial sounded nice.
git clone [email protected]:Lay3r8/open-chat.git
cd client && pnpm install && cd ../server && pnpm installcd server
pnpm startcd client
npx vite