Skip to content

adhitht/alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published