Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 606 Bytes

README.markdown

File metadata and controls

18 lines (10 loc) · 606 Bytes

CSS in React: Spoilt For Choice

Reference

These slide were bulit with Spectacle.

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

Development

To start up the local server, run npm start

Open a browser and hit http://localhost:3000, and we are ready to roll

Build & Deployment

Building the dist version of the project is as easy as running npm run build

If you want to deploy the slideshow to surge, run npm run deploy