Skip to content

ibm-developer-skills-network/gutey-create-your-own-vr-app-with-three-js

Repository files navigation

three-js-webpack

Starter project for Three.JS. Configured with Webpack 4 as a bundler.

Great and easy way to bootstrap your Three.JS project.

Development

Clone the project and install dependencies:

git clone https://github.com/aakatev/three-js-webpack.git
npm i

Start webpack development server:

npm run start

Webpack configuration is located in webpack.config.js.

Deployment on GitHub Pages

Works with any other static website hosting too.

Bundle your code, and push it in your repo:

npm run build
git add
git commit -m"Deploying on GitHub Pages"
git push

Extra

The code can be formated with prettier:

npm run format

About

create-your-own-vr-app-with-three-js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published