Web app for sarangnx/torrent-server.
# 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
# BASEURL OF SERVER
VUE_APP_API_URL=http://localhost:3000
made with vue.js