Repository built using Typescript + ReactJS + Docker + Websockets
Important: Make sure that the Backend application is already running in the background
Install all the dependencies
yarn
Make sure you have all the environment variables configured in your developer environment:
Name | Description | Default Value | ||
---|---|---|---|---|
REACT_APP_API_URL | Backend application url | http://localhost:3000 | ||
REACT_APP_GOOGLE_API_KEY | Google API authentication key |
Start ReactJS server using Docker
docker-compose up -d
Open http://localhost:3000 to view it in the browser.