vaagnavanesyan / three-js-journey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Three.js Journey

Setup

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

About


Languages

Language:TypeScript 62.4%Language:JavaScript 15.0%Language:HTML 13.3%Language:CSS 6.8%Language:PowerShell 2.5%