Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 387 Bytes

File metadata and controls

17 lines (13 loc) · 387 Bytes

ThreeJS Boilerplate

This is a simple boilerplate for ThreeJS

Setup

You have to first download Node.js. Then run these following commands:

# Install the dependencies in order for the app to load properly
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build