Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sovansunchhaykhoun/chat-app-frontend
https://github.com/sovansunchhaykhoun/chat-app-frontend
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sovansunchhaykhoun/chat-app-frontend
- Owner: SovansunchhayKhoun
- Created: 2023-08-31T11:31:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-04T19:14:28.000Z (over 1 year ago)
- Last Synced: 2023-09-05T06:10:47.425Z (over 1 year ago)
- Language: TypeScript
- Size: 744 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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