Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 941 Bytes

File metadata and controls

26 lines (17 loc) · 941 Bytes

React Material Dashboard Starter

Minimal React JS project for those how are beginners and want a starter template that is simple and functional. Also are the use of React Router for routing management.

Other cool stuff that were used:

1- Create React App for project structure.
2- Material UI for designed components.
3- MUI Treasury for pre-build layouts.

Project screens

Login

Dashboard

Start using the project

1- Clone the repository.
2- In the project directory run:

yarn install
yarn start

Now the app is running in development mode. Open http://localhost:3000 to view it in the browser.