Skip to content

codeday-labs-2021/play-request

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/