Skip to content

Latest commit

 

History

History
85 lines (57 loc) · 2.52 KB

README.md

File metadata and controls

85 lines (57 loc) · 2.52 KB

LiveChat - NodeJS + React

English Português

Description

This LiveChat project was developed as an interactive chat platform for learning purposes. It includes web version screens that adapt to mobile devices, providing a responsive and user-friendly experience across different devices.

Requirements

Before you begin, ensure you have met the following requirements:

  • Node.js: v12.x
  • NPM: Usually installed with Node.js

⚠️ Note: Using other versions may cause incompatibilities.

Installation & Setup

Instructions on how to install and set up the project.

  1. First, let's clone the repository:
git clone https://github.com/RogerBambinetti/live-chat-nodejs-react.git
cd live-chat-nodejs-react-react-native
  1. Install the project dependencies with npm:
# Install dependencies
npm install
  1. Set your environment variables correctly in the .env file (refer to .env.example for guidance)

  2. After installing the dependencies, start the server in development mode with the command:

npm run dev

To start the frontend:

npm start

This command activates development mode with hot-reloading for a more dynamic developing experience.

Screens and Layout

The layout is responsive and adapts well to both mobile and desktop devices, with four screens available for interaction.

License

This project is intended for learning purposes only and is not licensed for commercial use.

Contributors

Photo of Roger Bambinetti
Roger Bambinetti