This project demonstrates secure coding practices and is the companion project code for the Pluralsight course, "Angular in Practice: Secure Coding".
This project was generated using Angular CLI version 21.0.4.
Clone the repo (or fork first if you want to track your changes within your personal GitHub).
There are two projects, the Angular front-end and an Express backend.
Navigate into the server and angular-app directories to install dependencies by running
npm ciServe each application by running
npm startOnce both apps are running, open your browser and navigate to http://localhost:4200/. The front-end application will automatically reload whenever you modify any of the source files.
You can run the Express backend in development mode by navigating to the server directory and running:
npm run devThis command watches for changes in your server code and hot reloads the backend.
Author- @alisaduncan.dev. Please reach out for any questions.
For more information on using the Angular CLI, including detailed command references, visit the Angular CLI Overview and Command Reference page.