/karaoke-box

An online-streaming karaoke application with a fancy audio visualizer

Primary LanguageJavaScript

karaoke-box

Alt text

karaoke-box is an experimental, online-streaming karaoke application. Technologies that were used in this project include:

  • React
  • Socket.io
  • Node / Express
  • Underscore
  • Webpack
  • D3

Installation

Grab code and resolving module dependencies.

$ git clone https://github.com/kevoutthebox/karaoke-box.git
$ cd karaoke-box
$ npm install

Watch and run local envionment

$ npm watch
$ npm start