What will you learn here:
Now We deploy our app using Netlify Build via Github
GitHub Commands
1. git init 2. git add . 3. git status 4. git commit -m 'your message' 5. git remote add origin 'your_url_name' 6. git push -u origin master //then login w/ your creds
git remote add origin https://github.com/{your_github_username}/{{project-name}}.git
git push -u origin master