Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 287 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 287 Bytes

nodefyjs

Install

npm init -y npm install --save node-notifier npm install express --save npm install body-parser npm install nodemon --save

echo package-lock.json >> .gitignore

Commit & Push

git add . git commit -m "readme" git push

git add . git commit -m "v 1.0.0" git push