##What's going on? demo blog, service 2.12 2020
##Programming Style Common Stuct
- English
- EsLint
- Common.js Syntax
- Variable with "let"
##Git
echo "# REACT-BLOG" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin git@github.com:ArinWu/REACT-BLOG.git
git push -u origin master