Okay, dist/control-panel/index.html looks good but the output of the tsc "the main.ts file" where is it?!! I see that you have out-tsc directory if the main.js file is at this dir update you package.json replace dist/bin/main.js with dist/tsc-out/main.js.
It seems that I forgot the
your-app-namepart at my post I'll update it.Here is my project structure: thepracticaldev.s3.amazonaws.com/i...
And here my main.ts file:
thepracticaldev.s3.amazonaws.com/i...
Okay,
dist/control-panel/index.htmllooks good but the output of thetsc"the main.ts file" where is it?!! I see that you haveout-tscdirectory if themain.jsfile is at this dir update youpackage.jsonreplacedist/bin/main.jswithdist/tsc-out/main.js.Can you upload your project to GitHub? or you can refer to the repo I have mentioned at the post so you can find the right structure.
Tell me if you still have an issue.
There it is: github.com/borjalo/control-panel
As I mentioned it was the output of
tscfixed hereThank you very much!
Let me know if you have any issues