A chat app created with svelte, node and socket.io.
If you want to run this project on your machine, follow these steps:
Clone the repo.
git clone https://github.com/brenoh1ldebr4nd/svelte-chat-app
Go to the server directory and run yarn dev.
cd svelte-chat-app
cd server
yarn dev
The server will be listening on port 3000, so go to localhost:3000 and it should be running. Open a few tabs and see the logs.
This project is under the MIT License.