Digital resource with information related to business finance, whose content is developed by professors of the Instituto Politécnico Nacional who teach these classes at the Escuela Superior de Cómputo. It aims to support students' learning so that they can consult it at any time during and out of class session.
This frontend app project uses React library and was bootstrapped with Create React App.
Run web application with Docker container with Nginx server
Preconditions:
- Have Docker and docker-compose installed.
- Have Docker's deamon running.
- Port 8080 should be available
At the terminal in the root folder run the command docker-compose up -d --build. This will always build the project's image and run a container for it. Then open your browser on localhost:8080 and the app should be shown.
To stop the container just run docker-compose down, this will also delete the container when it has stopped.