/beer-catalog

:beer: Beer catalog in React using the Punk API.

Primary LanguageJavaScript

🍺 Beer Catalog

Beer catalog in React using the Punk API.

🚀 Technologies

This project was developed with the following technologies:

ℹ️ How To Use

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