Alpine is a simple chat application built with socket.io. It does not relay on any database to store messages, instead it is stored on browser itself.
- NodeJS
- Clone the repo
git clone https://gitub.com/adhitht/alpine
- Navigate to server directory
cd alpine/server
- Start Server
npm run start
- Navigate to frontend Directory
cd alpine/frontend
- Start frontend
npm run dev
Frontend is made using vite+react. The chat application should be normally accessible in http://localhost:5173.