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
- Host: GitHub
- URL: https://github.com/awayken/web-components-introduction-presentation
- Owner: awayken
- License: mit
- Created: 2019-09-04T15:45:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:11:02.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T15:11:20.313Z (8 months ago)
- Topics: mdx, mdx-deck, presentation, webcomponents
- Language: JavaScript
- Size: 13.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```