Skip to content

Popcorn-web is an application powered by Vue-js which serves as a frontend for https://github.com/SubCoder1/Popcorn.

License

Notifications You must be signed in to change notification settings

SubCoder1/Popcorn-web

Repository files navigation

Popcorn-Web

Visual Studio Code Vue.js Docker

Popcorn-web is an application powered by Vue-js which serves as a frontend for Popcorn.

You can check Popcorn out in production at https://popcorntv.click

Requirements

Node <20 or above>

NPM <9 or above>

VueJS <3 or above>

Building

Make sure that you've npm, node and VueJS installed in your system. You can run this project using the command below :-

This step is only required if Popcorn-Web is running without Docker.

  1. Set VUE_APP_SERVER_URL = http://localhost:<server-port> in Popcorn-web/.env (line-1).
  2. Execute the following commands :-
npm install .
npm run serve -- --port 8081
# visit localhost:8081 to check it out!