Slides and demo for my Cloud RI meetup talk. Hosted on Netlify and built using GreenwoodJS with the greenwood-starter-presentation theme pack plugin
To operate the deck in full screen, click the "Presenter mode" button and use the left and right arrows keys to navigate through the slides. Hit
ESC
to exit presenter mode.
If you would like to run this project locally
- Have NodeJS LTS installed
- Clone or fork this repo
- Install dependencies
$ npm ci
To run the slides locally, run npm start
You can now view the slide deck by opening localhost:8080
in your browser.
The demo covers the following examples and can be seen in src/demo
- ES Modules (ESM)
- Import Maps
- Import Attributes (JSON)
new URL
+import.meta.url
- CSS Nesting
- CSS Variables
You can run it locally with the following command
$ npm run demo