Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 994 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 994 Bytes

Spectacular CodeTour

spectacular record

How to play with it

Start the GraphQL server

cd server
yarn start

Start the Spectacle presentation

cd client
yarn start

Have fun :octocat: 👀

Why a separate app?

Spectacle slides doesn't play well with Meteor, the problem seems to come from CSS modules. I tried to add a Meteor build plugin for CSS modules but it didn't work.

This may be because Spectacle is heavily tied to Webpack? Honestly no idea.

So I've made a separate app: this is going to be WICKED!!! 🎉

Reference

The Spectacle core API is available at https://github.com/FormidableLabs/spectacle/blob/master/README.markdown.