This is the frontend app of a project about a real-time chat application that uses the MERN stack.
Link to backend application: API_realtime-chat
To run the application, follow these steps:
- Clone the repository or download it as a ZIP file.
- In a terminal, navigate to the folder where the application is located.
- Run the
pnpm install
command to install all the necessary dependencies. - Run the
pnpm dev
command to start the application in development mode. - Open your browser and navigate to
http://localhost:5173
.
Before running the application it is necessary to configure the environment variables
// .env.local
/* URL of your backend application */
VITE_API_URL='http://localhost:3000'
I appreciate contributions and suggestion to improve my API. If you have any ideas or encounter any issues, feel free to open an issue or submit a pull request.