Screencast.from.2023-12-26.15-59-45.webm
Welcome to the Three.js Starter Repo! This repository is designed to get you up and running with Three.js using the modern and efficient Bun runtime, TypeScript for type-safe code, and Vite for blazing-fast build times. Perfect for 3D web projects! 🌐 Features ⭐
- Three.js: Create beautiful and interactive 3D content. 🎨
- Bun: A fast, modern JavaScript runtime. 🧅
- TypeScript: Strongly typed programming language built on JavaScript. 🔒
- Vite: Next-generation frontend tooling. 🔨
Before you begin, make sure you have the following installed:
- bun
You can create a repo using the Use this template
button the repo, or alternatively:
Clone the repository:
git clone https://github.com/j1m-ryan/threejs-starter-bun.git
Navigate to the repository directory:
cd threejs-starter-bun
Install dependencies using Bun:
bun install
Start the development server:
bun run dev
Open your browser and visit http://localhost:5173.
To build the project for production:
bun run build
Contributions are always welcome! Feel free to open a pull request or an issue.
This project is licensed under the MIT License.