Its probably due to the fact the without a server the imports wouldn’t be allowed under the browser’s same origin policy.
You can bypass that by opening Chrome with --allow-file-access-from-files flag:
Just set up a shortcut with the following target: C:\Users\Admin\AppData\Local\Google\Chrome\Application\chrome --allow-file-access-from-files and it should work