Skip to content

Latest commit

 

History

History
executable file
·
26 lines (12 loc) · 497 Bytes

File metadata and controls

executable file
·
26 lines (12 loc) · 497 Bytes

SquidApp

Example of a single page app using Angular JS.

Server

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

Running the application

Navigate your browser to http://localhost:3000/ to see the app running in your browser.

Disclaimer

The express.js server was borrowed from https://github.com/a2wd/AngularFundamentals