Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 724 Bytes

HowToRun.md

File metadata and controls

40 lines (30 loc) · 724 Bytes

Dependencies

All that is necessary to run the frontend solution:


Run Service

Install Project Dependencies

Install all project's dependencies with NPM:

npm install

Verify Angular Version

Execute command and validate if it is 14.*

ng version

Run Application

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