Skip to content

katomic/the-shoutbox-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published