This repository contains the codebase for the Angular App "Confusion Restaurant", as well as my personal notes and summaries about Course of "Front-End Javascript Frameworks: Angular" from Coursera.
- 01 - Angular Overwiew
- 02 - Angular Services, Routing and SPA
- 03 - Angular Forms, Promise and RxJS
- 04 - Client Server Communication and Angular Testing
https://coursera.org/share/d7b0b3c7f9c314e88b7b8c9b01bd8ba6
Run npm install -g json-server
. Create a new folder named json-server in some location on the computer and paste in this folder the file db.json.
Run json-server --watch db.json
in the location of the json-server folder. This startup a light server at port number 3000.
Run ng serve --open
for a dev server. The app will automatically open in your default browser with the address http://localhost:4200/
and reload if you change any of the source files.
Run ng build --prod
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
using Jasmine and Karma.
Run ng e2e
using Jasmine and Protractor.
*This project was generated with Angular CLI version 11.0.4.