Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 434 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 434 Bytes

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.