https://html5boilerplate.com/
DOCS: https://github.com/h5bp/html5-boilerplate/blob/6.0.1/dist/doc/TOC.md
GitHub: https://losst.ru/kak-polzovatsya-git-dlya-nachinayushhih
sudo apt-get install git
mkdir EasyStarterProject
cd EasyStarterProject/
git clone https://github.com/easystarter/easystarter_frontend_development.git -b development
cd easystarter_frontend_development/
git checkout -b NS/branch_name (Name(N), Surname(S), for example: Ivan Petrov --> IP/mybranchname)
git branch
You must see:
* NS/branch_name
development
When you are ready, you should push your local branch in remote branch on GitHub Project Repository:
git push -u origin NS/branch_name