Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Webpack 5 & Three.js boilerplate

License

NotificationsYou must be signed in to change notification settings

brandflugan/three-js-webpack-boilerplate

Repository files navigation

Three.js logoWebpack logo

Three.js Webpack Boilerplate

A Webpack 5 & Three.js boilerplate together with Babel, Sass, ESLint, Hot Module Replacement and Stylelint, optimized for development/production.


Installation

git clone git@github.com:brandflugan/three-js-webpack-boilerplatenpm i

Usage

Development server

npm start

You can view the development server atlocalhost:8080.

Production build

npm run build

Note: Installhttp-server globally to deploy a simple server.

npm i -g http-server

You can view the deploy by creating a server indist.

cd dist&& http-server

Fix lint issues

Javascript

npm run fix-js

SCSS/CSS

npm run fix-styling

Features

Dependencies

Three.js

Webpack

Babel

Loaders

Plugins

Author & Contributors

License

This project is open source and available under theMIT License.

About

Webpack 5 & Three.js boilerplate

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp