项目作者: sujinleeme

项目描述 :
🎤 Vocal Remover for Karaoke (on-going..)
高级语言: JavaScript
项目地址: git://github.com/sujinleeme/vocal-remover-app.git
创建时间: 2018-06-16T07:55:27Z
项目社区:https://github.com/sujinleeme/vocal-remover-app

开源协议:MIT License

下载


Vocal Remover for Karaoke

About

This project is under by Music and Audio Research Group, Seoul National University.

Usage

Install dependencies:

  1. $ yarn

Run development server:

  1. $ yarn client

Run backend server:

  1. $ yarn server

Run development and backend server together:

  1. $ yarn dev

To start a MongoDB server:

  1. $ mongod

Building

  1. $ yarn build

Will create a dist directory containing your compiled code.

Depending on your needs, you might want to do more optimization to the production build.

Webpack Bundle Analyzer

Run in development:

  1. $ yarn dev:bundleanalyzer

Run on the production oprimized build:

  1. $ yarn build:bundleanalyzer