Skip to content

reactbyexample/react-by-example

Repository files navigation

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