https://github.com/timche/talk-what-is-react
Slides from my Talk at HannoverJS in July 2016
https://github.com/timche/talk-what-is-react
Last synced: about 2 months ago
JSON representation
Slides from my Talk at HannoverJS in July 2016
- Host: GitHub
- URL: https://github.com/timche/talk-what-is-react
- Owner: timche
- License: mit
- Created: 2016-07-28T19:43:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-30T19:10:29.000Z (over 9 years ago)
- Last Synced: 2025-01-25T16:29:59.817Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 6.35 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is React?
> Slides from my Talk at HannoverJS in July 2016
[Show me the Slides!](https://timche.github.io/what-is-react)
## Running the Slides locally
```bash
$ git clone https://github.com/timche/what-is-react.git
$ cd what-is-react
$ npm install
$ npm start
```
## Running the Example
```bash
$ cd example
$ npm install
$ npm start
```