https://github.com/drawveloper/react-animations-workshop
Presentation for the "Head Start CSS Animations with React" Thinkful workshop
https://github.com/drawveloper/react-animations-workshop
Last synced: about 1 year ago
JSON representation
Presentation for the "Head Start CSS Animations with React" Thinkful workshop
- Host: GitHub
- URL: https://github.com/drawveloper/react-animations-workshop
- Owner: drawveloper
- Created: 2015-11-15T13:00:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-31T16:08:01.000Z (over 10 years ago)
- Last Synced: 2025-02-13T20:35:18.285Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Head Start CSS Animations with React
Presentation for the [React Animations](https://open-sessions.thinkful.com/workshops/head-start-css-animations-with-react-1115/) workshop at Thinkful.
## Getting started
You're welcome to code along. This entire presentation is actually a huge React component. :sunglasses:
You can hack it as you wish!
First, install dependencies using `npm`:
```
$ npm install
```
Then, use the `hot` script to start in hot reloading mode.
```
$ npm run hot
```
Finally, open http://localhost:3000 and you should see the presentation.
The main code for the presentation is in the file `presentation/deck.jsx`.
## Development
This presentation uses the awesome
[Spectacle](https://github.com/FormidableLabs/spectacle) framework.