SubCoder1 / Popcorn-web

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

License:MIT License


Languages

Language:Vue 79.9%Language:JavaScript 17.9%Language:HTML 1.8%Language:Dockerfile 0.4%