Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kmturley/closure-compiler-threejs

Example Three.js project compiled using Closure Compiler
https://github.com/kmturley/closure-compiler-threejs

Last synced: about 2 months ago
JSON representation

Example Three.js project compiled using Closure Compiler

Awesome Lists containing this project

README

        

# closure-compiler-threejs

Example Three.js project compiled using Closure Compiler and:

* ThreeJS 0.113.x
* Webpack 4.41.x
* Closure Compiler 20200204.x
* Tween.js 18.5.x

## Installation

Install dependencies using:

npm install

## Usage

Run the dev server using:

npm start

Then view the local server at:

http://localhost:8080

To run a production build use:

npm run build

Then run dist version using:

npm run start:dist

## Directory structure

/ --> Project root
/dist --> Production build
/src --> Frontend sources files

## Contact

For more information please contact kmturley