Skip to content
ScriptKiddie47 edited this page Oct 14, 2021 · 4 revisions

Welcome to the ipl-dashboard wiki!

Quick Info

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

Clone this wiki locally