Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/erikras/reacteurope2020

Modern Forms in React workshop for React Europe 2020 🇪🇺
https://github.com/erikras/reacteurope2020

Last synced: about 1 month ago
JSON representation

Modern Forms in React workshop for React Europe 2020 🇪🇺

Awesome Lists containing this project

README

        

# Modern Forms in React – React Europe 2020 Workshop

### Preparation

```bash
git clone https://github.com/erikras/reacteurope2020.git

cd reacteurope2020

yarn
```

### Running Locally

```bash
yarn dev
```

Then open [`http://localhost:3000`](http://localhost:3000).