This is the root ui for the micro frontend of SAU (Student Assistance Utility).
Execute the following command when you clone the project for the first time:
Make sure to execute this (no matter where):
npm inpm start- to run a local dev server with hot reloadnpm run build- package the applicationnpm run lin- run the eslint (linter)