Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 544 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 544 Bytes

Technologies

  1. Docker to build image and run application at container
  2. docker-compose easy way to run application at container
  3. Nginx to serve React Application

Step to run at production

  1. Install Docker

  2. Install docker-compose

  3. Start Docker

  4. Run on terminal:

    docker-compose up -d

And your application will available at localhost:80