Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 633 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 633 Bytes

BeersApp

This is a example project in Angular 8, that uses NGRX with reducers, effects and actions. Here the user can search for beers that contain an ingredient.

Styling

For styling purposes I used ClarityUI version 2

API Reference

The API used for this project is Punk API

Install

Run yarn install to get all node_modules installed to be able to run the project.

Development server

Run yarn start to run the project. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.