Im using the latest version of angular-cli. If I understood rightly, I can use ng build to obtain a compiled project in a js representation. In a /dist folder, according to documentation by default.
Im new with JS, so I simply cant understand how can I launch the project...
Command works fine, and I can find a bunch of files in a folder, but how can I launch a project as expected (like it was in a dev mode with ts-files)? I mean simply launching index.html just shows me a "Loading.." text, but application doesnt launch how it was expected.
Help please. Thanks!