Skip to content

SooryaSoorya/ng-movie-app

Repository files navigation

Ng-Movie-App

Responsive movie collection app built with Angular 9 and the OMDBAPI.

Demo

:bowtie: Link to Demo App: https://sooryasoorya.github.io/ng-movie-app/

How to Load the App

Once Node is installed, navigate to the directory where you want to store the app run commands:

git clone https://github.com/SooryaSoorya/ng-movie-app.git

npm install

Once all of the dependencies have been installed successfully from the project directory you can launch the app with

Development server

Run

npm start

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

ng-movie-app

Code scaffolding

Run

ng generate component component-name

to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run

npm build

to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run

ng test

to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Feel free to ask me questions on Twitter @soorya , LinkedIn @haisoorya

Happy coding:-)