/react-by-example

code-oriented React tutorial for programmers

Primary LanguageTypeScriptMIT LicenseMIT

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