To clone and run this application, you'll need Git, Node.js + Yarn installed on your machine.
From your command line:
# Clone this repository
$ git clone https://github.com/brunobussReal/github-clone# Go into the repository from base directory
$ cd github-clone
# Install dependencies
$ yarn install
# Run
$ yarn start
# running on port 3000