How to launch Angular 2 application without ANY server
Hello, guys!
I have a simple Angular 2 project, but I dont want to use later with npm. Do u know any decision to start a project in this way:
1) compile all of *.ts files
2) copy compiled js-files to another folder (not related with npm or node)
3) open an app, using, for example, index.html. just open an index, and all app should works.
Thanks.
Sorry, dont have russian keyboard.
|