Skip to content

mheerspink75/threejs-webpack-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

threejs-webpack-build

~threejs example animation bundled with webpack


Edit css3d-sprites

# Clone the repository
git clone https://github.com/mheerspink75/threejs-webpack-build.git

# Install the npm packages
cd threejs-webpack-build
npm install

# Run the webpack dev server
npm start

# Build with webpack
npm run build

# Serve the static files
npm run static