npm install
npm run dev
open http://localhost:3000
- git fetch vs git pull: https://stackoverflow.com/questions/292357/what-is-the-difference-between-git-pull-and-git-fetch
- fetching remote branches: https://stackoverflow.com/questions/10312521/how-do-i-fetch-all-git-branches
- rebase local feature branch from develop: https://stackoverflow.com/questions/50736080/rebasing-a-local-branch-from-develop
- deleting branches: https://stackoverflow.com/questions/2003505/how-do-i-delete-a-git-branch-locally-and-remotely
- Handling server errors: