https://github.com/barbapapazes/learn-web
Web development slides for a beginner course
https://github.com/barbapapazes/learn-web
beginner course web
Last synced: 3 months ago
JSON representation
Web development slides for a beginner course
- Host: GitHub
- URL: https://github.com/barbapapazes/learn-web
- Owner: Barbapapazes
- Created: 2021-11-15T16:59:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T08:45:37.000Z (about 3 years ago)
- Last Synced: 2026-01-18T14:04:41.506Z (5 months ago)
- Topics: beginner, course, web
- Homepage: https://web-beginner.esteban-soubiran.site
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web beginner
Web development slides for beginning engineering students.
## Tech Stack
[Slidev](https://sli.dev)
## Installation
```bash
# Install packages
npm install
```
## Run Locally
Dev build
```bash
# Build all
npm dev
```
## Authors
- [@barbapapazes](https://www.github.com/barbapapazes)