Three.js 002Webpack
Summary
- Simple webpack configuration, added
package.json
and 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...