https://github.com/frehner/apphistory-presentation
https://github.com/frehner/apphistory-presentation
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/frehner/apphistory-presentation
- Owner: frehner
- Created: 2021-09-03T04:19:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-09T00:31:10.000Z (over 4 years ago)
- Last Synced: 2025-04-09T15:13:44.331Z (about 1 year ago)
- Language: JavaScript
- Size: 4.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# App History presentation
This presentation was created in Oct 2021 to give an overview of the App History proposal as it existed at that time. Note that things here may change at any moment, since this is a proposal and not a finalized spec. Also note that my speaker notes don't exactly match what I said during my talk, but do give a general idea of what I did speak about for each slide.
[View the slides](https://apphistory-presentation.netlify.app)
[View the slides with (rough) speaker notes](https://apphistory-presentation.netlify.app/?presenterMode=true)
---
Spectacle Boilerplate
## Contents
- [Reference](#reference)
- [Getting Started](#getting-started)
- [Tutorial](#tutorial)
- [Build & Deployment](#build-deployment)
## Reference
The Spectacle core API is available in the [Spectacle Docs](https://github.com/FormidableLabs/spectacle/blob/main/README.md).
## Getting Started
1. Install dependencies
```sh
$ yarn install
```
2. Start the webpack server. The server will run at the default `webpack-dev-server` address, [`localhost:8080`](http://localhost:8080).
```sh
$ yarn start
# Or with a specific port!
$ yarn start --port=3000
```
## Tutorial
If want you a step-by-step guide for getting started with Spectacle, a basic tutorial is available [here](https://github.com/FormidableLabs/spectacle/blob/main/docs/tutorial.md).
## Build & Deployment
Building the dist version of the project is as easy as running
```sh
$ yarn build
```
From there you can deploy the built slides in `dist` to services like Netlify, Surge, etc!