This is a boilerplate project for Three.js, providing a starting point for 3D web development.
Follow these steps to set up and run the project locally.
- Node.js and npm installed on your machine.
-
Clone the repository:
git clone https://github.com/KonstiDoll/threejsBoilerplate.git
-
Navigate into the project directory:
cd threejsBoilerplate -
Install the project dependencies:
npm install
Start the development server:
npm run dev