Skip to content

nosch/the-shoutbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 git@github.com: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

A small AngularJS sample application:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published