DEV Community

Sahul Kumar Parida
Sahul Kumar Parida

Posted on

Build a 3D Website with Three.js

Project Demo

http://threejs-sahulnotsodevv.vercel.app/

Build a 3D Website with Three.js

Create React App

npx create-react-app my-app
cd my-app
npm start
Enter fullscreen mode Exit fullscreen mode

Install the following dependencies

Image description
Image description

Run the project

npm start
Enter fullscreen mode Exit fullscreen mode

Top comments (0)