Beer catalog in React using the Punk API.
This project was developed with the following technologies:
To clone and run this application, you'll need Git, Node.js or higher + Yarn or higher installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/anacvignola/beer-catalog
# Go into the repository
$ cd beer-catalog
# Install dependencies
$ yarn install
# Start the backend server
$ yarn start