The Dockerfile is attached and you can run the application with Docker.
docker build -t <image_name> .
docker run -d -p 3000:3000 -e REACT_APP_API_KEY=<your_API_key> <image_name>
You can get free API key from here.
The Dockerfile is attached and you can run the application with Docker.
docker build -t <image_name> .
docker run -d -p 3000:3000 -e REACT_APP_API_KEY=<your_API_key> <image_name>
You can get free API key from here.