Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 502 Bytes

File metadata and controls

14 lines (10 loc) · 502 Bytes

ThreeBoilerplate

This is the boilerplate that I'm using for my Three.js tutorials.

Wanna use it? okay then just follow these simple steps:

  1. Clone the repository;
  2. Open the folder in Visual Studio Code;
  3. Open the terminal and type this command: npm install
  4. Run the app on the server by typing this command: npx vite
  5. Ctrl + click on the server link "http://localhost:5173/" to open the app in your browser;
  6. Have fun!

• The /public folder is where you put the images and 3D models.