This boilerplate is supplemental to my React Three Fiber course documentation hosted at https://sbcode.net/react-three-fiber/
git clone https://github.com/Sean-Bradley/React-Three-Fiber-Boilerplate.git
cd React-Three-Fiber-Boilerplate
npm install
npm startYour default browser should open http://localhost:3000/ automatically for you.
There are many branches in this boilerplate demonstrating various aspects.
To list all branches type,
git branchTo install a specific branch, for example orbitControls type,
git checkout orbitControls
npm install
npm run startand, you will get a quite interactive demo of some green wireframe cubes/spheres/dodecahedrons.
There are many branches.
Some other examples are,
git checkout leva
npm install
npm run startgit checkout shadows
npm install
npm run startgit checkout environment
npm install
npm run startgit checkout glTFAdvanced
npm install
npm run startgit checkout annotations
npm install
npm run startgit checkout gltfjsx
npm install
npm run startgit checkout house
npm install
npm run startgit checkout followCam
npm install
npm run startThere are many branches in this boilerplate.
To list all branches type,
git branchIf you change to another branch, remember to first run
npm installand then run.
npm startTo allow me to continue to release free MIT code, please check out my React Three Fiber course on Udemy and YouTube (Channel membership required).
Thanks
Sean Bradley









