(Start this first, or else you will get error when web app attempt to call API)
cd app
yarn
yarn start
API is availble on port 9999
http://localhost:9999
cd www
yarn
yarn start
Web App is available on port 3000
http://localhost:3000
# From root folder where you have now.json
now