An open API service indexing awesome lists of open source software.

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

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/).