##Getting Started Standard MEAN application. Assuming you have Node and NPM installed and working correctly...
#Install deps
npm install
npm install -g bower
#install client side packages
bower install
#Start the app
npm start
You can then view your app at http://hostname:3000