https://github.com/jofaval/ts-chat-2022-23
Slidev slides for a chat about Typescript, introduction level
https://github.com/jofaval/ts-chat-2022-23
beginner beginner-friendly introduction javascript typescript
Last synced: 3 months ago
JSON representation
Slidev slides for a chat about Typescript, introduction level
- Host: GitHub
- URL: https://github.com/jofaval/ts-chat-2022-23
- Owner: jofaval
- Created: 2022-11-30T22:03:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T12:27:00.000Z (over 3 years ago)
- Last Synced: 2025-03-29T12:14:51.949Z (over 1 year ago)
- Topics: beginner, beginner-friendly, introduction, javascript, typescript
- Language: Vue
- Homepage: https://jofaval.github.io/ts-chat-2022-23/
- Size: 318 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Roadmap: roadmaps/0-overall.excalidraw.png
Awesome Lists containing this project
README
# Typescript chat 2022-23
Deployed at: [jofaval.github.io/ts-chat-2022-23](https://jofaval.github.io/ts-chat-2022-23)
## Run locally
To start the slide show:
- `git clone https://github.com/jofaval/ts-chat-2022-23`
- `pnpm install`
- `pnpm run dev`
- visit http://localhost:3030
Edit the [slides.md](./slides.md) to see the changes.
Learn more about Slidev on [documentations](https://sli.dev/).
## Tech stack
- Slidev (Vue)