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

https://github.com/jaredpalmer/react-europe-2019

Slides and demo app from my keynote
https://github.com/jaredpalmer/react-europe-2019

hooks react react-europe react-hooks react-suspense suspense

Last synced: about 2 months ago
JSON representation

Slides and demo app from my keynote

Awesome Lists containing this project

README

        

# React Europe 2019 Keynote

In order to use this app, you may need to create a personal github token.
Add it to `env.template` and rename that file to `.env.local`.

## Running locally

```
git clone ...
yarn
yarn start
```