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
git add . git commit -m "readme" git push
git add . git commit -m "v 1.0.0" git push
10000