Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 396 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 396 Bytes

Calculator

Calculator ui/ux

Install npm dependencies only.

npm install --only=prod

Basic npm commands.

npm init
npm update

Some basic Git commands are:

git init
git status
git add .
git add <fileName>
git commit -m "[commit message here]"

git remote rm origin
git remote add origin <URL>

git push -u origin master
git push --set-upstream origin master