All that is necessary to run the frontend solution:
- Visual Studio Code
- NodeJs, any version above 20.10
- Angular Cli, version 14.*
Install all project's dependencies with NPM:
npm install
Execute command and validate if it is 14.*
ng version
Run via CLI
in folder SuperHeroFrontend
Execute:
ng serve --open --port 4200
open
command determines if browser will be called
port
specify the port in localhost to open