To work on the code for this project
git clone https://github.com/esridc/hub-user-workspace.git
cd hub-user-workspace
and run:
npm install --legacy-peer-deps
npm run start
To build the component for production, run:
npm run build
To run the unit tests for the components, run:
npm test