React app, requests a signature from localhost:4000/getSignature meetingNumber, userName, password & role are held in App.js state on user input
APIKey is currently held in getSignature function in App.js
React app was ejected to config webpack to add a 'jQuery' alias
npm i
npm run start
cd server && npm i
cd server && npm run start