I Have created a SPFx hello world webpart it's running good in the local work bench and i have created the package and tested but it getting error, and finally i found that it's because of the internalModuleBaseUrls property in the loaderConfig entry still refers to your local computer:
"internalModuleBaseUrls": [ "https://`your-local-machine-name`:4321/" ]
how can i run the application without the local server ? and where to upload the required files and which are they ?
please am waiting for your reply. Thanks