Skip to content

griogar/dashboard-layout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Material UI Dashboard Layout template

Live-Demo

Starter code with the implementation of:

  • Basic layout: header, the main content area with drawer, footer
  • Drawer toggle
  • Navigation between pages

demo

Features

  • React v.17
  • TypeScript v.4
  • Material-UI v.4
  • React Router v.5
  • React Context
  • React Hooks
  • CSS-in-JS styles
  • Responsive
  • Create-react-app under the hood

Quick Start

  1. Get the latest version
git clone https://github.com/KaterinaLupacheva/dashboard-layout.git MyDashboard
cd MyDashboard
  1. Run
npm install
  1. Run
npm start
  1. Open http://localhost:3000 to view it in the browser.

How to create from scratch

I wrote the blog post on how to create Dashboard layout. You can read it here.

Pure React version

The starter code of this Dashboard layout in pure React.js (without Material-UI) is in this branch.

About

React Material UI Dashboard layout template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.0%
  • HTML 14.7%
  • CSS 3.3%