Skip to content

thescientist13/from-webpack-to-web-apis

Repository files navigation

from-webpack-to-web-apis

Netlify Status

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.

Local Setup

If you would like to run this project locally

  1. Have NodeJS LTS installed
  2. Clone or fork this repo
  3. Install dependencies
    $ npm ci

Presentation

To run the slides locally, run npm start

You can now view the slide deck by opening localhost:8080 in your browser.

Demo

The demo covers the following examples and can be seen in src/demo

  1. ES Modules (ESM)
  2. Import Maps
  3. Import Attributes (JSON)
  4. new URL + import.meta.url
  5. CSS Nesting
  6. CSS Variables

You can run it locally with the following command

$ npm run demo