Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 334 Bytes

File metadata and controls

9 lines (7 loc) · 334 Bytes

NodeServer

This is a toturial of how to make a NodeServer

you will need node.jsV16 For the nodemailer to work

For Installimg node.jsV16 Paste this in the shell of your reapl

npm init -y && npm i --save-dev node@16 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH