Weather app build in React JS using Open Weather Map API
Note: This was made based upon TylerPotts tutorial found on https://github.com/TylerPottsDev/weather-react
In order to start the project you need to follow these steps:
- Clone github project
- Execute docker script for building environment
./scripts/docker_console.sh - Once inside the docker, you will find the tmux terminal. Then you need to serve the application with the following script
./scripts/docker_serve.sh - Have fun
Note: In order for this application to work, you will need to have docker engine installed on your local machine.