Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dan-harris/presentation-micro-page
Micro-page architecture presso - what, why & how
https://github.com/dan-harris/presentation-micro-page
Last synced: about 2 months ago
JSON representation
Micro-page architecture presso - what, why & how
- Host: GitHub
- URL: https://github.com/dan-harris/presentation-micro-page
- Owner: dan-harris
- License: mit
- Created: 2019-06-18T13:02:25.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-13T23:20:52.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T16:26:03.147Z (almost 2 years ago)
- Language: HTML
- Size: 9.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 30
-
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 [email protected]: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
```