Skip to content

HCESrl/3d-product-configurator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Product Configurator

Live site

https://3d-product-configurator.vercel.app/

Screenshot

3dproductconfigurator.mp4

Install

Assumes you already have node installed. If you already have yarn installed you can skip the next command.

npm install --global yarn

Install all dependencies for node

yarn install

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.

yarn build

Builds the app for production to the build folder.

yarn lint

Run prettier check only

yarn fix

Run prettier with -fix (modifies files)


About

3D product configurator by using react.js and three.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.2%
  • CSS 2.2%
  • Other 1.6%