Simple example application for Angular2
Based on Backbone Contact Manager by Dmitro Yarmak
npm install
to install dependenciesnpm run tsc
to start building typescript livenpm start
to start local server
Just go to /src/unit_tests.html
to see test results. No console task for now.
npm run build
to build for production. Then copy the contents of the build
directory to the server.