react-by-example icon indicating copy to clipboard operation
react-by-example copied to clipboard

code-oriented React tutorial for programmers

React by Example

Requirements

Running

# 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