Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sovansunchhaykhoun/chat-app-frontend


https://github.com/sovansunchhaykhoun/chat-app-frontend

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

## REALTIME CHAT-APP using the MERN stack.
#### This app includes Authentication and Authorization using the JWT method
#### The frontend (React + Typescript) is setup by using VITE.
#### It is deployed using Netlify
Ruined Chat-App

## Install dependencies
- Run `npm install --force`
## Env File
- Create a `.env` file, then fill
- `VITE_API_URL` field as `http://localhost:API_PORT`
- `NPM_FLAGS` field as `--force` for production purposes.
## Running the app
- Simply run `npm run dev`. It should run on `http://localhost:3000`
then simply click on that link to launch the app

Backend repository