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
Node <20 or above>
NPM <9 or above>
VueJS <3 or above>
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.
- Set
VUE_APP_SERVER_URL = http://localhost:<server-port>
in Popcorn-web/.env (line-1). - Execute the following commands :-
npm install .
npm run serve -- --port 8081
# visit localhost:8081 to check it out!