Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 671 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 671 Bytes

MovieApp

A Vue.js single page application that displays movies using the Movie Database API as it's source.

MovieApp is created using Vue.js 2.6.11 for the JS part. For the HTML/CSS part Bootstrap 4.5 is used (only the necessary modules), customized with SASS and sprinkle of custom CSS here and there.

View it live at https://kouts-movie-app.netlify.app

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Runs the unit tests

npm run test:unit

Lints and fixes files

npm run lint