OneChat is a simple chat application. This repository only contains the frontend code of OneChat.
The app by default runs on port 5173
.
Clone the project
git clone https://github.com/ChampionBuffalo1/OneChatClient.git onechat
cd onechat
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