install npm USe VS Code to run app
read https://code.visualstudio.com/Docs/runtimes/nodejs to learn how to debug
go to app directory and run npm install -g express-generator
run express dbgReminder
cd dbgReminder npm install
npm start
browse to http://localhost:3000
##GRUNT + NODEMON npm install grunt-cli -g (install globally ) npm install grunt-nodemon --save-dev
##Bower npm install -g bower bower install