A small demo project built with Angular + NgRx + Redux, powered by OpenBreweryDB. Fetch a random brewery on page load, and search for breweries dynamically.
Screen.Recording.2022-10-25.at.2.01.37.PM.mov
This project was generated with Angular CLI version 14.2.4.
- Run
ng serve
for a dev server that openshttp://localhost:4200/
- Run
ng build
to build the project to thedist/
directory - Running unit test via Karma:
ng test
- Running end-to-end tests:
ng e2e
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.