Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 445 Bytes

start.md

File metadata and controls

30 lines (17 loc) · 445 Bytes

DBReminder

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