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.
- Clone the repository or download the ZIP.
- Run
npm install
to install dependencies. - Run
npm start
to start the development server.
src/components
: Contains the Sidebar component.src/pages
: Contains individual page components for each sidebar item.
- Material UI
- React Router DOM