Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 223 Bytes

readme.md

File metadata and controls

6 lines (6 loc) · 223 Bytes

mkdir -p ~/my-express-app/ # create a new folder cd ~/my-express-app/ # navigate into the folder git clone https://github.com/bunjongy/Hellowold.git posttest cd posttest npm install # install dependencies pm2 start hello.js