Skip to content

ChampionBuffalo1/OneChatClient

Repository files navigation

OneChat

OneChat is a simple chat application. This repository only contains the frontend code of OneChat.

Running locally

The app by default runs on port 5173.

Clone the project

git clone https://github.com/ChampionBuffalo1/OneChatClient.git onechat
cd onechat

Development

To run the project locally use the following commands according to your package manager

npm:

npm install
npm run dev

Yarn:

yarn install
yarn build
yarn start