This project was generated with Angular CLI version 18.2.11.
- Install node.js/Node Package Manager: https://nodejs.org/en/learn/getting-started/how-to-install-nodejs
- Install angular: https://angular.dev/installation
- Install an text editor (I recommend vsCode https://code.visualstudio.com/download)
- Clone this repository (https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository)
- Navigate to the repository in your text editor
- In the command line run
npm install -g @angular/cli - In the command line run
ng new [app_name] --directory=./(Instead of [app_name] enter what you'd like your app to be called) - In the command line run
ng serveto run the app locally