1.0.0 • Published 4 years ago

three-js-boilerplate v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

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.