This repository is the frontend part of reipe-book application written in Angular (v16). To see the live demo you can visit s3 hosting url here.
- Clone repository to local machine.
cd recipe-book-angular
npm install
- If you want to use cloud backend run
ng serve --configuration=production
. - If you want to use local backend please follow steps to run backend locally here and run
ng serve
. - Visit localhost:4200
- Angular
- Typescript
- RxJs
- Bootstrap (v5)