Skip to content

edward93/three-js-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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