Project Overview: This repository is part of a learning journey through Three.js Journey, where I explore real-time 3D graphics and rendering using Three.js. The project includes various exercises and experiments that demonstrate Three.js's capabilities for web-based 3D visualizations. Special thanks to the Three.js Journey team for their fantastic resources!
Technologies Used:
Three.js JavaScript (ES6+) Vite HTML, CSS Installation and Deployment:
Prerequisites:
Node.js and npm Installation Steps:
npm run build
Download Node.js. Run this followed commands:
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build
#Clone the repository:
git clone https://github.com/iluna007/Portfolio_05_Threejs_journey.git
# Navigate to the project folder:
cd Portfolio_05_Threejs_journey
# Install dependencies:
npm install
# Start the development server:
npm run dev
Acknowledgments: Thank you to the creators of Three.js Journey for their valuable learning resources!