Practice your skills in GIT while developing a typical website.
Each student works on a different file, for a different part of the website and the most senior can work as Team Leader (for integration and deployment), unless the teacher prefers to be the team leader of the whole class. The Html-Template-Engine library will take care of putting all the pieces together.
-
The Team Leader should fork this repository on github.com and invite other collaborators to the repo.
-
We are going to be building this design, and this is how you can split with the students
-
Each contributor will have to clone the new forked repository and develop one piece of the website you have chosee, each project is divided in pieces inside its templates/ directory.
-
REMEMBER: When each team member finishes, they have to commit and push to the forked repository
This project comes with the necessary files to start working, but you have two options to start:
a) Use Gitpod (recomended): open this link in your browser to clone it with gitpod: https://gitpod.io#https://github.com/breatheco-de/exercise-collaborative-html-website.git
COMPAÑEROS! AQUI DEBERÍA IR EN VEZ DE breatheco-de QUE ES EL ORIGINAL, DEBEMOS PONER hcoagithub QUE ES EL USUARIO DE HECTOR, ASI TRABAJAMOS EN NUESTRO REPO
A MI NO ME FUNCIONÓ, USE EL DE ABAJO-->
b) You can clone this repository on your local computer:
$ git clone https://github.com/breatheco-de/exercise-collaborative-html-website.gitESTE USÉ PERO CAMBIANDO breatheco-de POR hcoagithub (o lo que es mas fácil, escribiendo en mi consola git clone y pegando el link que entrega en el boton verde "codigo" en la repo). Eso crea una carpeta que se puede abrir en visual estudio code, trabajar los archivos y ya sea con la consola de visual estudio code o con las herramientas de git a la izquierda, se puede subir
In order to watch the website live run the following command:
$ npx http-server --yes -c-1Use Vercel, Netlify or Github pages to deploy the website to the team URL (for example: https://mysuperteam.zeit.sh).
Everyone delivers the same repo as solution.
The Html-Template-Engine library is being used as template engine for building the landing page.
