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

https://github.com/reactbyexample/react-by-example

code-oriented React tutorial for programmers
https://github.com/reactbyexample/react-by-example

codesandbox learning learning-by-doing react reactjs tutorial typescript

Last synced: 9 months ago
JSON representation

code-oriented React tutorial for programmers

Awesome Lists containing this project

README

          

# React by Example

## Requirements

- [Node 12](https://nodejs.org/)
- [pnpm 5](https://pnpm.js.org/)

## Running

```sh
# setup
pnpm i

# watch everything
# ignore errors, wait until ready message
# laptop might take off
pnpm start

# or just the gatsby site
pnpm run build-requirements && pnpm run start-gatsby
```