To clone and run this application, you'll need Git and React installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/feMoraes0/react-tab-bar.git
# Go into the repository
$ cd react-tab-bar
# Install dependencies
$ npm install
# Run the app
$ npm start