Three.js 002Webpack
Summary
- Simple webpack configuration, added
package.jsonand bundler scripts. - To install dependencies (only the first time):
npm install - To run local server at localhost:8080:
npm run dev - To build for production:
npm run build
Loading...
Back to Basic Scene
Back to Three.js
Continue with Transform Objects