Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.1 KB

README.md

File metadata and controls

48 lines (28 loc) · 1.1 KB

EasyChords

Prerequisites for standalone use (web-client only)

  • Node / NPM

Prerequisites for use with external midi

  • Node / NPM
  • Kotlin and Java
  • Gradle
  • Midi receiver device
  • Some software which can input midi

web-client

React web application. Run npm install to install the dependencies.

Available Scripts

In the sub-project directory, you can run:

npm start

Runs the app in the development mode on http://localhost:3000

npm run build

Builds the app for production to the build folder.

npm run storybook

Runs the storybook on http://localhost:9009

midi-server

Spring Boot application which works as a connector between frontend and midi receivers.

Gradle tasks

bootRun

Starts the server on http://localhost:8080

bootJar

Builds a distributable jar file