Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 291 Bytes

Readme.MD

File metadata and controls

23 lines (15 loc) · 291 Bytes

Three.js usage example

The project to demonstrate the capabilities of the Three.js and Threeasy

Getting Started

  1. Clone the repository
git clone https://github.com/bozzhik/threejs.git
  1. Install dependencies
npm i
  1. Run server
npm run dev