An open API service indexing awesome lists of open source software.

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

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
```