doc22940 / js-tests-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Three.js boilerplate

This is a simple three.js boilerplate for new projects, feel free to contribute!

Setup

Run the setup script to make the repository your own!

$ ./setup

Install dependencies and start your engines! This ships with a simple express.js server so we can run three.js properly without cross-origin issues.

$ npm install
$ npm run start

Open http://localhost:8080 to view your project.

About


Languages

Language:JavaScript 97.0%Language:HTML 3.0%