Frontend side of a Chat application made with React.
Run
npm installto install the npm packages.
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 through the following command:
npm startOr launch the docker-compoae:
docker-compose upThis should launch the web app on http://localhost:3000.