/easy-karaoke

A web-based karaoke player and queue.

Primary LanguageJavaScript

Karaoke

Queue and play karaoke songs from YouTube.

To run

Install webpack and the development server:

> $ npm i webpack-dev-server webpack -g

You can simply run webpack build using this command:

> $ npm run build

If you want to run with webpack-dev-server simply run this command:

> $ npm run dev

Building for procution:

> $ npm run build-prod

Open the web browser to http://localhost:8888/

Deploying

> $ sh deploy.sh