thibgn / threejs-journey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Three.js starter

This is a very basic Three.js project with a simple scene to start working from.

Clone the repo & run the following to get started.

# Install dependencies (only the first time)
yarn install

# Run the local server at localhost:8080
yarn dev

# Build for production in the dist/ directory
yarn build

About


Languages

Language:JavaScript 95.9%Language:HTML 2.5%Language:CSS 1.6%