Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 716 Bytes

File metadata and controls

37 lines (20 loc) · 716 Bytes

Alpine

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.


Requirements

  • NodeJS

Installation

  1. Clone the repo

git clone https://gitub.com/adhitht/alpine

  1. Navigate to server directory

cd alpine/server

  1. Start Server

npm run start

  1. Navigate to frontend Directory

cd alpine/frontend

  1. Start frontend

npm run dev

Usage

Frontend is made using vite+react. The chat application should be normally accessible in http://localhost:5173.

Demo

demo.mov