Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Drag and drop objects in a 3d scene and estimate their cost

Notifications You must be signed in to change notification settings

gillesdami/3D-estimate-creator

Repository files navigation

3D-estimate-creator

Drag and drop objects in a 3d scene and estimate their cost

Build & Run

Be sure to make a copy of the file objectsAvailable.json in the 'dist' folder if you run it locally

docker You can use docker (or not):

docker run --name 3EC -it -p 8080:8080 -p 8081:8081 -w /var/www -v ${pwd}:/var/www node:9 /bin/bash

Gather dependancies:

yarn

Create a directory models under dist and add you models..

Serve on 8080:

yarn serve

Build:

yarn build

Test

yarn test

License

CC-BY-NC-4.0

About

Drag and drop objects in a 3d scene and estimate their cost

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published