Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 418 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 418 Bytes

Explore Examples

git clone https://github.com/react-spring/react-three-fiber

# install project dependencies & build the library
cd react-three-fiber && yarn

# move to the examples folder & install dependencies 
cd examples && yarn

# start the dev server 
yarn dev

After playing with the examples you can explore the src code. Each example URL maps to a file name in the examples/src/demos folder.