This repository holds the Javascript source code of the ngxjs.io todo app, an example to write angular 2 with javascript.
This is not the perfect arrangement for your application. It is not designed for production. It exists primarily to get you started quickly with learning and prototyping in Angular
We've captured many of the most useful commands in npm scripts defined in the package.json:
npm start- runs the compiler and a server at the same time, both in "watch mode".npm run build- runs the webpack build for production.