Run on Local server
To run on local server, first you will need to configure backend, store, and admin.
After properly configuration open the root folder on VS code or any other code editor. split the Terminal by clicking on [|] button and make into three, then go to admin, store and backend by cd folder_name. And finally run npm run dev for backend, admin and store. Then admin will run on http://localhost:4100/, store will http://localhost:3000/, and backend will http://localhost:5055 and your specified PORT.