Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 539 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 539 Bytes

Chat-App-Frontend

Frontend side of a Chat application made with React.

Install

Run

npm install

to install the npm packages.

Create .env

Create in the root folder a file called .env, writing the variables copying the contents of .env.example. You can of course also change their values.

Launch the project

Launch the project through the following command:

npm start

Or launch the docker-compoae:

docker-compose up

This should launch the web app on http://localhost:3000.