It's a small AngularJS sample application. The purpose is to show
- how to structure a web app build with Angular (modules, services, DI),
- how to implement data transfer and communication between loosely coupled modules (notification service, Publish-subscribe pattern),
- how to handle application errors (decorators, $exceptionHandler).
- Install node.js and npm
- $ git clone [email protected]:nosch/the-shoutbox.git && cd $_
- $ npm install
- $ node server.js
- Open http://localhost:62100 in your browser.