Creating a Web slideshow presentation with Spectacle
?
R
BashThis recipe is just to start the boilerplate. Deploy is done via surge.sh `surge -p .`
1git clone https://github.com/FormidableLabs/spectacle-boilerplate
2npm install
3npm start
4
5# to deploy
6npm run build
7npm run deployCreated on 1/28/2018