This Project is a Simple ReactJS Project which demonstrates the following
- Rotating Objects
- Orbit with Earth Model
Project uses the the following dependencies: @react-three/drei
, @react-three/fiber
, drei
, three
.
Follow the steps to successfully to run the project:
- Clone the repo using git clone https://github.com/himanshu077/three-js.git
- Make sure that you have installed Node js version
16.15.0
or above in your local system. - Run
npm install
to install all the dependencies. - Run
npm start
to start the local development server. - Open the http://localhost:3000 to see the project locally.
The Application is deployed at https://react-three-js.web.app/
Click on the link to see the application
create-react-app: The following link has all the commands that can be used with create-react-app https://github.com/facebook/create-react-app
ReactJS: Refer to https://reactjs.org/ to understand the concepts of ReactJS
React Three Fiber: https://docs.pmnd.rs/react-three-fiber/getting-started/introduction