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
- Host: GitHub
- URL: https://github.com/jcmdsbr/poc-angular-shopping-car
- Owner: jcmdsbr
- Created: 2019-09-06T03:58:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T09:25:59.000Z (over 2 years ago)
- Last Synced: 2024-11-28T16:51:54.294Z (6 months ago)
- Topics: angular, angular-r, json-server, uikit
- Language: TypeScript
- Homepage:
- Size: 1.79 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
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)