- Docker to build image and run application at container
- docker-compose easy way to run application at container
- Nginx to serve React Application
-
Start Docker
-
Run on terminal:
docker-compose up -d
And your application will available at localhost:80