Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stolinski/apollo-tools-talk
https://github.com/stolinski/apollo-tools-talk
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/stolinski/apollo-tools-talk
- Owner: stolinski
- Created: 2020-11-10T17:35:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T17:48:34.000Z (about 4 years ago)
- Last Synced: 2024-10-27T12:30:46.442Z (3 months ago)
- Language: JavaScript
- Size: 23.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. 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/master/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!