Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 403 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 403 Bytes

Movie Search App

Search your favourite movies with simple, sleek and user friendly interface made with React.

Setup & Run

Clone or download the repository. Go to project's root directory and run following command in terminal to install dependencies:

npm i

When this finishes, start app with:

npm run start

When webpack finish with bundling, app should start at: http://localhost:8080.