Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kmturley/closure-compiler-threejs
- Owner: kmturley
- Created: 2020-02-15T18:10:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T18:57:31.000Z (over 3 years ago)
- Last Synced: 2024-05-02T00:59:43.480Z (8 months ago)
- Language: JavaScript
- Size: 598 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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