Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🇪🇺
- Host: GitHub
- URL: https://github.com/erikras/reacteurope2020
- Owner: erikras
- Created: 2020-05-09T17:45:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:46:34.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T09:41:55.763Z (7 months ago)
- Language: JavaScript
- Size: 1.37 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modern Forms in React – React Europe 2020 Workshop
### Preparation
```bash
git clone https://github.com/erikras/reacteurope2020.gitcd reacteurope2020
yarn
```### Running Locally
```bash
yarn dev
```Then open [`http://localhost:3000`](http://localhost:3000).