Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 694 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 694 Bytes

The Shoutbox

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).

Installation

  1. Install node.js and npm
  2. $ git clone [email protected]:nosch/the-shoutbox.git && cd $_
  3. $ npm install

Launch application

  1. $ node server.js
  2. Open http://localhost:62100 in your browser.

Demo

http://shoutbox.schmidt-netzwerk.de