This is the fourth minimal "Hello MELD" app. This reproduces the functionality of the "music-scholars-annotator" app in the hello MELD framework
There is also a dependency on Apple's XCode, and requires to agree licences:
sudo xcodebuild -license
(Why this is sudo, I can't imagine)
-
Activate node (see activate-node.sh in parent directory).
-
Ensure XCode is installed and licences agreed:
sudo xcodebuild -license
-
If necessary, remove old node-modules and package-lock.json:
rm -rf ./node-modules rm package-lock.json
-
Install
Ideally, all the should be needed is this:
npm install # WARNING: this doesn't currently work:
# Use sequence below instead of this command
-
Run the server:
npm start
-
Browse to http://localhost:8080