/aim

Primary LanguageTypeScript

Doesn't do much yet. To build and serve the app:

$ npm install
$ npm run serve

To build and run the chat server

npm run start_server

Then open your favorite Chrome browser to localhost:8080.

To run Karma unit tests

npm test

(I manually edited npm-shrinkwrap to override the version of rxjs depended on by angular).

  • @jeffbcross 10/14/15