guneyural / socket-app-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socket App Frontend

This repository is the frontend for this project

This application shows the data that sent from server via socket connection.

Docker Setup

To build docker Image navigate to the folder where dockerfile is located and run the command:.

docker build -t [USERNAME]/[IMAGE_NAME] .

Make It Accessible On Your Side

To run the application and make it accessible run the command:

docker run -p [PORT_TO_BE_ACCESSIBLE]:4000 [USERNAME]/[IMAGE_NAME]

Replace [USERNAME], [IMAGE_NAME], [PORT_TO_BE_ACCESSIBLE] and [IMAGE_ID] with your values.

Environment Variables

  • REACT_APP_DEVELOPMENT_SERVER
  • REACT_APP_PRODUCTION_SERVER

About


Languages

Language:JavaScript 50.2%Language:HTML 38.8%Language:CSS 8.3%Language:Dockerfile 2.8%