Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 659 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 659 Bytes

Presentation about migration costs and pros from Redux to GraphQL

Contents

Reference

The Spectacle core API is available in the Spectacle Docs.

Getting Started

Start the webpack server. The server will run at localhost:3000.

npm start

Build & Deployment

Building the dist version of the project is as easy as running

npm run build

Deploy the slideshow to surge.sh with running

npm run deploy