An open API service indexing awesome lists of open source software.

https://github.com/jcmdsbr/poc-angular-shopping-car

Study project for the Angular 8 course taught by @andrebaltieri at the company 5by5
https://github.com/jcmdsbr/poc-angular-shopping-car

angular angular-r json-server uikit

Last synced: 4 months ago
JSON representation

Study project for the Angular 8 course taught by @andrebaltieri at the company 5by5

Awesome Lists containing this project

README

        

# The ShoppingCart :sunglasses:

Study project for the Angular 8 course taught by @andrebaltieri at the company 5by5

## Give a Star! :star:

If you liked the project, please give a star ;)

## You need some of the fallowing tools :exclamation:

- Angular 8+

## Description :books:

- Angular is an application design framework and development platform for creating efficient and sophisticated single-page apps.

- These Angular docs help you learn and use the Angular framework and development platform, from your first application to optimizing complex single-page apps for enterprises. Tutorials and guides include downloadable examples to accelerate your projects.

### Code scaffolding :construction:

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`.

## Startup :heavy_check_mark:

```sh
ng build // to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build
ng test // to execute the unit tests via Karma
ng e2e // to execute the end-to-end tests via Protractor
ng serve // to run localy and navigate to `http://localhost:4200/`
```
**Check official documentation** [Redirect](https://angular.io/docs)