Skip to content

Minimal React JS project for those how are beginners and want a starter template that is simple and functional.

License

Notifications You must be signed in to change notification settings

renelhs/react-material-dashboard-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.