Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 355 Bytes

File metadata and controls

14 lines (9 loc) · 355 Bytes

SimpleLibrary Frontend

Frontend for SimpleLibrary.

How to use

  1. Install dependencies with npm install.
  2. Start the backend.
  3. Run with npm run dev in /LibraryFrontend folder.

Dependencies

  • Material UI npm install @mui/material @emotion/react @emotion/styled @mui/icons-material.
  • React Router dom npm install react-router-dom.