Frontend side of a Chat application made with React
.
Run
npm install
to 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 start
Or launch the docker-compoae:
docker-compose up
This should launch the web app on http://localhost:3000.