-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ScriptKiddie47 edited this page Oct 14, 2021
·
4 revisions
Welcome to the ipl-dashboard wiki!
Whatever we put inside a folder called 'public' created under resources , it is automatically fired on the main page.
So we will now make sure the react build is present inside the public folder using the code :
"build": "react-scripts build && xcopy .\build\* ..\main\resources\public\ /s /y", in package.json