This dashboard was created using Create React App. The source code for the user interface is in the src
folder.
- Install node modules:
npm install
. - Set the AAD client ID or use the default in
config.json
. - Set the proxy to the deployed API in
package.json
. You'll need to update this with each new VM deployment. - Run the dashboard:
npm run start
.
To create a production build, run npm run build
. This will create a build
folder that can be referenced by the Matchmaker Node instance.