- Require MovieTheater Api for run correctly.
- Require Angular CLI version 11.2.4.
- git clone https://github.com/lucasfogliarini/MovieTheaterUI
- cd MovieTheaterUI
- npm install
- Check if the MovieTheaterApi is running on the server
http://localhost:1100/
- Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.