This application finds movies that match with the search text that has been introduced.This application use the API from https://www.themoviedb.org API. The main porpuse of this was to practice with xhr request and promises.
- Install dependencies
yarn install or npm install
- Run Build Development (Compile Public folder)
yarn run build:dev or npm run build:dev
- Run Development Server (Test server ambience)
yarn run dev-server or npm run dev-server
Running local
http://localhost:8080
Run Build (Compile Public folder)
yarn run build:prod or npm run build:prod