Media Portal is an online website for your movie collection.
Used technologies: HTML, SCSS, JQuery, Bootstrap
Example: https://media-portal-front.herokuapp.com
You will need node with npm and gulp-cli version 2 or higher to build the website.
gulp-cli provides the command you will use to run compilation and other tasks via gulp.
npm install -g gulp-cli@^2.0.0
Use the package manager NPM to install the required libraries.
npm install
To start the server, basically type:
gulp
This will host the application on port 8080 simply navigate to localhost:8080 from a browser to see the application.