jonathanpglick / easy-karaoke

A web-based karaoke player and queue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A web-based karaoke player and queue.


Languages

Language:JavaScript 85.9%Language:CSS 14.0%Language:HTML 0.1%Language:Shell 0.0%