Skip to content

sarangnx/torrent-webapp

Repository files navigation

black pearl

Netlify Status

Web app for sarangnx/torrent-server.

Project setup

# install dependencies
yarn install

# Compiles and hot-reloads for development
yarn serve

# Compiles and minifies for production
yarn build

# Lints and fixes files
yarn lint

Setting up environment

# BASEURL OF SERVER
VUE_APP_API_URL=http://localhost:3000

made with vue.js