Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barbapapazes/learn-web
Web development slides for a beginner course
https://github.com/barbapapazes/learn-web
beginner course web
Last synced: 1 day 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T08:45:37.000Z (over 1 year ago)
- Last Synced: 2024-12-20T11:12:59.965Z (3 days 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 LocallyDev build
```bash
# Build all
npm dev
```
## Authors- [@barbapapazes](https://www.github.com/barbapapazes)