Install the required dependencies from npm:
npm installTo run the frontend locally:
npm run startTo view components on Storybook:
npm run storybookdocker build -t aegis-frontend .docker run -p 3000:3000 aegis-frontend
- React (with Redux and Router)
- MUI (UI Library)
- Hummingbird UI (Our own UI Library that wraps around MUI)
- Redux (State library)
- Storybook (Documentation)