Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 414 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 414 Bytes

Three JS with React

This is a simple example that uses a gltf model (by martinjario) downloaded from https://sketchfab.com to demonstrate how to use three.js with React.js

Click here for more information about three.js (truly powerful tool).

How to use

  1. Clone the repository
  2. Install dependencies npm i
  3. Run the app npm run start