everm1nd / react-mixer

Audio mixer build with React

Home Page:https://react-mixer.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REACT MIXER πŸŽ§πŸŽšπŸŽ›

Build Status

WebAudio-based sound mixer for FreeSoung.org sounds.

DEMO

You can find it here πŸ”Š.

INSTALLATION

COMPILATION

Run yarn build to build a repo. Run yarn watch to build and watch for changes.

SERVING

Run yarn serve and navigate to http://localhost:8080. This will build, watch and serve data with webpack-dev-server.

In production you can use npm start, which will serve data from ./src/client. Manual prebuild is required.

TEST

Run yarn test or yarn test:watch to check code. Linting is possible with yarn lint and yarn lint:fix.

About

Audio mixer build with React

https://react-mixer.herokuapp.com/


Languages

Language:JavaScript 93.4%Language:CSS 5.9%Language:HTML 0.7%