/play-request

:musical_note: sequential music production app :musical_note:

Primary LanguageJavaScriptMIT LicenseMIT

Screenshot from 2021-08-05 21-13-15

Press Play

Sequential Music Making

Prerequisites

Homebrew (Mac users) https://brew.sh/
npm (Window users) https://www.npmjs.com/get-npm
Yarn & Node
Mac: $ brew install yarn
Windows: $ npm install --global yarn
Check that you have installed them:
$ yarn --version
$ node --version REQUIRED: Node version >= 14.15.2

Frontend - ReactJS

To run:

cd client
npm start

Backend - Express

  1. Run:
$ npm i
$ npm run dev

If you see a nodemon error in the console, run $ npm i nodemon.

  1. Go to http://localhost:4000/