Example of a single page app using Angular JS.
This application runs using node server. To get started on a linux box, first run following commands:
npm install
chmod +x server.sh
./server.sh
Application can be viewed on localhost:3000
Navigate your browser to http://localhost:3000/ to see the app running in your browser.
The express.js server was borrowed from https://github.com/a2wd/AngularFundamentals