Skip to content

Frontend side of a Chat application made with React and Websocket

Notifications You must be signed in to change notification settings

andra961/Chat-App-Frontend

Repository files navigation

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.

About

Frontend side of a Chat application made with React and Websocket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published