https://github.com/baloise/ws-javascript-typescript-basics
Workshop material for the JavaScript & TypeScript basics course at Baloise
https://github.com/baloise/ws-javascript-typescript-basics
Last synced: 12 months ago
JSON representation
Workshop material for the JavaScript & TypeScript basics course at Baloise
- Host: GitHub
- URL: https://github.com/baloise/ws-javascript-typescript-basics
- Owner: baloise
- Created: 2021-12-06T09:43:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T14:55:27.000Z (over 4 years ago)
- Last Synced: 2025-02-22T21:27:01.653Z (over 1 year ago)
- Language: CSS
- Homepage: https://baloise.github.io/ws-javascript-typescript-basics/1
- Size: 3.86 MB
- Stars: 1
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript & TypeScript - Basics
- The presentation was created with [Slidev](https://sli.dev/)
- Use the arrow keys or space key to navigate in the slides
- We recommand to use Google Chrome
- Use the `F` key to switch to the fullscreen mode and `esc` key to leave it
- Use the `O` key to see an overview and `esc` key to leave it
[Go to the slides](https://baloise.github.io/ws-javascript-typescript-basics/1)
# Start in locally
To start the slide show:
- `npm install`
- `npm 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/).