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