Miorey / wow-model-viewer

A library for displaying interactive 3D models of World of Warcraft characters, items, and NPCs on your website using data from Wowhead. Customize the display with control over camera angles and animation.
https://miorey.github.io/wow-model-viewer/
57 stars 32 forks source link

Unable to start #8

Closed Taliraz closed 2 years ago

Taliraz commented 2 years ago

Hi, I can't start the project i tried npm start ng serve node index.js but none of them works

Miorey commented 2 years ago

Hello @Taliraz this not a node server. You can do it with node using http-server I also add a vue js example. For vue you go in the folder:

npm i
npm run serve

If you have webstorm is the simplest way: Run [the_file.html] on the file you want: image

Good luck

Taliraz commented 2 years ago

Thanks ! Do you know how it is possible to adapt it to http-server?

Miorey commented 2 years ago

nope never tried but I see no good reason to not work. I will test and add it in the readme.

Taliraz commented 2 years ago

Thank you