https://github.com/dan-harris/presentation-productively-productive
Presentation on how I run my (work) life. Initially an internal lunch & learn
https://github.com/dan-harris/presentation-productively-productive
presentation-framework presentation-slides react spectacle
Last synced: about 1 month ago
JSON representation
Presentation on how I run my (work) life. Initially an internal lunch & learn
- Host: GitHub
- URL: https://github.com/dan-harris/presentation-productively-productive
- Owner: dan-harris
- License: mit
- Created: 2019-04-16T12:50:05.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2019-04-16T22:06:51.000Z (about 7 years ago)
- Last Synced: 2025-04-28T16:55:58.640Z (about 1 year ago)
- Topics: presentation-framework, presentation-slides, react, spectacle
- Language: JavaScript
- Homepage:
- Size: 3.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/master/README.md).
## Getting Started
1. Download the boilerplate
```sh
git clone git@github.com:FormidableLabs/spectacle-boilerplate.git
```
2. Remove existing version control
```sh
rm -R .git
```
3. Install dependencies
```sh
yarn install
```
4. Start the webpack server. The server will run at [`localhost:3000`](http://localhost:3000).
```sh
yarn start
```
## 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/master/docs/tutorial.md).
## Build & Deployment
Building the dist version of the project is as easy as running
```sh
yarn build
```
If you want to deploy the slideshow to surge, run
```sh
yarn deploy
```