Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/egoist/template-spectacle

Scaffold out a Spectacle Presentation.
https://github.com/egoist/template-spectacle

react sao slides spectacle template

Last synced: about 3 hours ago
JSON representation

Scaffold out a Spectacle Presentation.

Awesome Lists containing this project

README

        

# template-spectacle

> Scaffold out a [Spectacle](https://github.com/FormidableLabs/spectacle) Presentation. Spectacle is a ReactJS based Presentation Library.

This template is based on [spectacle-boilerplate](https://github.com/FormidableLabs/spectacle-boilerplate) with some modifications.

## Usage

Install [SAO](https://github.com/egoist/sao) first.

```bash
yarn global add sao
# or
npm i -g sao
```

### From npm

```bash
sao spectacle my-project
```

### From git

```bash
sao egoist/template-spectacle my-project
```

## License

MIT © [EGOIST](github.com/egoist)