Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 698 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 698 Bytes

Music Mixer

This project started as a practice thing I made to work with functional/stateless React components. It uses the Tone.js library for all of the musical stuff and I recorded some random sounds to get started with because I got tired of trying to Google the exact noise I wanted.

Run the project

In the root directory, run:

npm install

to download all of the dependencies you need. Once you have the dependencies installed, run

npm start

to run the app in the development mode.
Open http://localhost:3000 to play with it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.