https://github.com/awayken/react-introduction-presentation
Introduction to React
https://github.com/awayken/react-introduction-presentation
mdx mdx-deck presentation react
Last synced: 3 months ago
JSON representation
Introduction to React
- Host: GitHub
- URL: https://github.com/awayken/react-introduction-presentation
- Owner: awayken
- License: mit
- Created: 2018-10-05T02:39:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T15:53:37.000Z (over 3 years ago)
- Last Synced: 2025-10-25T00:46:24.162Z (9 months ago)
- Topics: mdx, mdx-deck, presentation, react
- Language: JavaScript
- Homepage: https://awayken-react-introduction-presentation.netlify.com/
- Size: 18.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to React
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
```