Skip to content

Hapa1/Chatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HapaChat

HapaChat is a webapp for connecting individuals during quarantine.

Use this link to access a live demo.

GitHub Logo

Installation

Clone the repository and install all server-side dependencies using npm.

cd server
npm install

Next, install all all client-side dependencies using npm.

cd client
npm install

Usage

To run the app on https://localhost:3000, run the following.

cd server
npm run start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.