📝 The Project | 🛠 Technologies | 🏁 Starting
Github Explorer is an application made with React.js to list the Github repositories and display their issues.

Clone the project: git clone https://github.com/RBritoX/GoStack-Github-Explorer
🖥 To run the Front-End, open terminal and execute the following commands:
# to download the dependencies
$ yarn
# to start the application on port 3000
$ yarn start