A simple application to view the countries of the world using the REST Countries API written in React and Redux.
- Install Docker
- Install git
- Install Opctl
- Open a terminal
- Run: git clone https://github.com/danielgarcia/Countries-of-the-World
- cd Countries-of-the-World
- Run: opctl run debug
- It will download the needed containers and run them.
- It will build the frontend bundle.
- It will launch the bundle on an Nginx container.
- You are done, use http://localhost/
- Ctrl+C on the terminal.
- This will stop and remove the containers.