- Clone the repository
- open cmd as administrator and enter
npm install -g @angular/cli
- On Windows computers, the execution of PowerShell scripts is disabled by default. To allow the execution of PowerShell scripts, which is needed for npm global binaries, you must set the following execution policy. Enter this in your admin CMD:
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
- Download mongodb Community: https://www.mongodb.com/try/download/community
- Download mongodb Compass: https://www.mongodb.com/try/download/compass
- If you followed the steps above you should be ready to go!
- Open VS Code and chose "File -> Open workspace from File..."
- Chose the workspace file from the cloned repo folder:
M-326.code-workspace
- If VS Code asks if you want to install recomended extensions, accept it.
- Open a new terminal
- Enter the following command:
npm i
- Enter the following command:
ng s --open