danielscarvalho / FTT-Aleph-Systems

FTT-Aleph-Systems HTML5 e CSS3 page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atividade Lab: Publicar uma página WEB front-end (HTML, CSS, JavaScript) no GitHub

Projeto estático sem back-end

Objetivos da aula de hoje

  1. Instalar o Visual Studio Code: https://code.visualstudio.com/download
  2. No VS Code instalar o plug-in "Live Server"
  3. Instalar o git: https://git-scm.com/downloads
  4. Criar uma conta no GitHub: https://github.com/
  5. Criar um repositório novo: FTT-WEB-<SUAS INICIAIS>
  6. Escolher um amigo para participar do projeto com você
    • No site GitHub - Entrar em Settings e Collaborators e adicionar seu amigo
    • Seu amigo vai receber um e-mail do GiHub para confirmar a participação
  7. Clonar o seu projeto na pasta local (Documentos)
  8. Criar seus arquivos front-end WEB (HTML, CSS, JavaScript) e UNICODE
  9. Adicionar os arquivos ao git local e ao GitHub
  10. Sincronizar os arquivos com o GitHub
  11. Publicar sua página WEB no GitHub: Settings, Options, GitHub Pages

Comandos básicos do GIT:

git clone 
git add *
git commit -m "versão 1"
git push
git pull
git status

git config --global http.proxy http://:@10.5.17.105:8080

Referência:

About

FTT-Aleph-Systems HTML5 e CSS3 page


Languages

Language:HTML 100.0%