workshop html, css and GitHub
This repository contains a workshop project focused on HTML, CSS, and GitHub. The aim is to provide a practical example for understanding the basics of web development and version control using GitHub.
public/: Contains static files such as HTML, CSS, and images.server/: Contains server-side code (if any).src/: Contains source code files such as JavaScript and components..gitignore: Specifies files to be ignored by Git.README.md: Documentation for the project.package-lock.json&package.json: Manages project dependencies.
- Clone the repository:
git clone https://github.com/ericamoua/ecommv2.git