Asked 7 years ago
2 Feb 2017
Views 1846
yogi

yogi posted

how to use express framework in node JS

how to use express framework in node JS ?
Mitul Dabhi

Mitul Dabhi
answered Nov 30 '-1 00:00

i am considering you already installed node Js ,

execute following command at command prompt ,

npm install express

will install express framework
command should be run at folder where you want to install framework at .
node_modules will get some new folder


run it and you get html view as view(folder)>view.ejs have html
Post Answer