https://github.com/diegomura/think-react-slides
Meetup slides
https://github.com/diegomura/think-react-slides
bespoke react renderer slides
Last synced: 3 months ago
JSON representation
Meetup slides
- Host: GitHub
- URL: https://github.com/diegomura/think-react-slides
- Owner: diegomura
- Created: 2016-10-19T04:11:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-21T16:43:10.000Z (almost 9 years ago)
- Last Synced: 2025-03-21T02:41:33.081Z (7 months ago)
- Topics: bespoke, react, renderer, slides
- Language: HTML
- Homepage: https://diegomura.github.io/think-react-slides/
- Size: 14.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Think React from Out of the Box
> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bespoke](https://github.com/markdalgleish/generator-bespoke)## View slides online
[View slides](http://diegomura.github.io/think-react-slides)
## View slides locally
First, ensure you have the following installed:
1. [Node.js](http://nodejs.org)
2. [Bower](http://bower.io): `$ npm install -g bower`
3. [Gulp](http://gulpjs.com): `$ npm install -g gulp`Then, install dependencies and run the preview server:
```bash
$ npm install && bower install
$ gulp serve
```