Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 711 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 711 Bytes

Igloo Frontend

This is the frontend repo built with React for Igloo.

Core Packages

  1. React Router (for routing)
  2. Styled Components (for styling)
  3. React Toastify (for toast-notifications)

Global state management is taken care of by React Context API.

Running Locally

npm i && npm run start

Credits