Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 559 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 559 Bytes

Material-UI Sidebar Template

This is a simple React.js template using Material UI with a light blue theme. It includes a sidebar navigation with pages for Search, DSQs, Utilities, and Status.

Getting Started

  1. Clone the repository or download the ZIP.
  2. Run npm install to install dependencies.
  3. Run npm start to start the development server.

Project Structure

  • src/components: Contains the Sidebar component.
  • src/pages: Contains individual page components for each sidebar item.

Dependencies

  • Material UI
  • React Router DOM