Project built using an Angular as the front end of an application containing recipe and shopping list features with the possibility to edit recipes and select recipe items to be pushed into shopping lists for list creation and editing.
├──src
├──app
│ ├──header
| ├──recipes
| | ├──recipe-detail
| | ├──recipe-list
| | ├──recipe-item
| | ├──recipe-model
| ├──shopping-list
| ├──shopping-edit
This project was generated with Angular CLI version 8.3.14.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.