

This video shows how to setup a production ready web server from scratch on AWS, then deploy the example Angular app and configure it to run with a real Node.js + MongoDB backend api.

The tutorial uses a fake backend by default so it can run in the browser without a real api, to switch to a real backend api you just have to remove or comment out the line below the comment // provider used to create fake backend located in the /src/app/ file. Running the Example App with a Real Backend API To do this first install the Angular CLI globally on your system with the command npm install -g more info on setting up an Angular development environment see Angular - Setup Development Environment. Start the app by running npm start from the command line in the project root folder, this will compile the Angular app and automatically launch it in the browser on the URL NOTE: You can also start the app with the Angular CLI command ng serve -open.Install all required npm packages by running npm install or npm i from the command line in the project root folder (where the package.json is located).

Download or clone the Angular project source code from.Running the Angular 9 Login Tutorial Example Locally Here it is in action: (See on StackBlitz at ) Styling of the example app is all done with Bootstrap 4.4 CSS, for more info about Bootstrap see. The Angular CLI was used to generate the base project structure with the ng new command, the CLI is also used to build and serve the application. In this tutorial we'll go through an example of how to build a simple user registration, login and user management (CRUD) application with Angular 9. React: React + Recoil, React Hooks + Redux, React + Redux.
