Starter code with the implementation of:
Basic layout: header, the main content area with drawer sidebar, footer
Navigation between pages
- React v18
- Javascript ES-6
- Material UI v2.8
- Material Icon
- React Router v6
- React Context
- React Hooks
- Responsive
- Create-react-app under the hood
- Get the latest version
git clone https://github.com/Kaddyp/drawer_dashboard.git drawer_dashboard
cd drawer_dashboard
- Run
npm install
- Run
npm start
- Open http://localhost:3000 to view it in the browser.