Skip to content

Latest commit

 

History

History
42 lines (21 loc) · 1.28 KB

File metadata and controls

42 lines (21 loc) · 1.28 KB

The Movie App

“The Movies app” was generated with Angular CLI version 9.1.4. It's a small and simple application that captures and stores information about movies and lists them for the users so they can later access their details. The architecture team has decided that the application must be implemented using an ​Angular SPA (​single page application). ​The Angular Version should be 7 or greater.

Used to

Development server

First, you should clone repositoy:

git clone https://github.com/bonett/movieApp.git then, cd movieApp

don't forget to install the dependencies npm install

Finally, Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Running unit tests

Run ng test to execute the unit tests via Karma.