#Getting Started with Three.js
Three.js is a powerful 3D library for JavaScript that enables developers to create interactive 3D experiences on the web. This guide will show you how to get started with Three.js and build your first 3D scene.
To get started, we need to install the Three.js library using the Node package manager (npm):
npm install --save three
npm install --save-dev vite