To get you started clone the ExpressJS_AngularJS_App repository and install the dependencies:
git clone https://github.com/IreneIrene/ExpressJS_AngularJS_App.git
cd ExpressJS_AngularJS_App
npm install
bower install
node server.js
Now browse to the app at http://localhost:8888
.