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

https://github.com/awayken/web-components-introduction-presentation

Introduction to Web Components
https://github.com/awayken/web-components-introduction-presentation

mdx mdx-deck presentation webcomponents

Last synced: 7 months ago
JSON representation

Introduction to Web Components

Awesome Lists containing this project

README

          

# Introduction to Web Components

by Miles Rausch

[http://milesrausch.com](http://milesrausch.com)

## Development

To run the presentation deck in development mode:

```sh
npm start
```

## Exporting

To build the presentation deck as static HTML:

```sh
npm run build
```

To export a PDF:

```sh
npm run pdf
```

To export an image of the title slide:

```sh
npm run image
```