Skip to content

Commit 9df54e1

Browse files
committed
react app added
1 parent 72ea598 commit 9df54e1

File tree

332 files changed

+53420
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

332 files changed

+53420
-0
lines changed

.vscode/settings.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.background": "#211A82",
4+
"titleBar.activeBackground": "#2E24B7",
5+
"titleBar.activeForeground": "#FBFBFE"
6+
}
7+
}
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
All notable changes to `React Material Dashboard Laravel` will be documented in this file.
3+
4+
## [1.0.0]
5+
### Original Release
6+
- Material Dashboard React 2
7+
- Login
8+
- Register
9+
- Forgot password
10+
- Profile edit
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"compilerOptions": {
3+
"baseUrl": "src",
4+
"paths": {
5+
"*": ["public/src/*"]
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)