Install the required dependencies from npm:
npm install
To run the frontend locally:
npm run start
To view components on Storybook:
npm run storybook
docker 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)