Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 246 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 246 Bytes

MovieDB

A simple movie viewer using The Mobie Database API

How to run it

install angular cli:

npm install -g @angular/cli

install node modules:

npm install

and finally run command::

ng serve -o

on root folder