A Node.js-based web app to generate MIDI music using Markov chains. This is a student project written for Make School's Winter 2019 intensive.
- Clone project and run the command
npm install
.
- You can run the command
npm run dev
to start a babel-node server using nodemon. Browser access is athttp://localhost:3000/
.
- Compile with babel using the command
npm run build
. The compiled files will be in the/server
directory.
No automated tests have been written yet.
- The compiled project can be run with the command
npm start
.