A simple example website that uses basic HTML and SCSS. It includes short explanations of core web development concepts and the main roles developers play in a typical project workflow.
- Frontend: HTML5, CSS3, TypeScript 6.0, SCSS
- Animations: Intersection Observer
- Deployment: Github
├── .github/workflows # Github workflow
├── src/ # Source
│ ├── assets/ # Images and icons
│ │ └── ...
│ ├── styles/ # Styles of the website
│ │ └── ...
│ └── main.ts # Scripts
│
├── index.html # Main HTML file
└── README.md # This file
-
Clone the repository
git clone https://github.com/wiktor-ww/learn-webdev/ cd learn-webdev npm install -
Modify Information
Open
index.htmland change whatever you like. -
Open the project
Simply open project in code editor.
-
Run the website
npm run dev